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:
parent
77d8b40ca5
commit
4cc34d8ba2
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user