Accepting request 812986 from home:mbrugger

delete update_git.sh

OBS-URL: https://build.opensuse.org/request/show/812986
OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=3
This commit is contained in:
Matthias Brugger 2020-06-15 15:04:09 +00:00 committed by Git OBS Bridge
parent 77d8b40ca5
commit 4cc34d8ba2
3 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 16:12:22 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
- delete update_git.sh
-------------------------------------------------------------------
Fri Jun 5 11:28:52 UTC 2020 - Matthias Brugger <mbrugger@suse.com>

View File

@ -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

View File

@ -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