diff --git a/raspberrypi-rpiboot.changes b/raspberrypi-rpiboot.changes index 65c73f8..e7fbd70 100644 --- a/raspberrypi-rpiboot.changes +++ b/raspberrypi-rpiboot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 9 16:12:22 UTC 2020 - Matthias Brugger + +- delete update_git.sh + ------------------------------------------------------------------- Fri Jun 5 11:28:52 UTC 2020 - Matthias Brugger diff --git a/raspberrypi-rpiboot.spec b/raspberrypi-rpiboot.spec index 29dfcae..2108a50 100644 --- a/raspberrypi-rpiboot.spec +++ b/raspberrypi-rpiboot.spec @@ -24,7 +24,6 @@ License: GPL-2.0-only Group: System/Management URL: https://github.com/raspberrypi/usbboot.git Source0: %{name}-%{version}.tar -Source1: update_git.sh BuildRequires: libusb-1_0-devel BuildRequires: libusb-compat-devel diff --git a/update_git.sh b/update_git.sh deleted file mode 100644 index 7341596..0000000 --- a/update_git.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - - -git clone --no-single-branch https://github.com/raspberrypi/usbboot.git -pushd usbboot -git archive --prefix raspberrypi-rpiboot-$(git log --oneline|wc -l)/ -o ../raspberrypi-rpiboot-$(git log --oneline|wc -l).tar.gz origin/master -popd - -rm -rf usbboot