From 4cc34d8ba2cd6285cf4d96bca7d6a501d8289e1165f62c930e93d557d4307ed2 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 15 Jun 2020 15:04:09 +0000 Subject: [PATCH] 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 --- raspberrypi-rpiboot.changes | 5 +++++ raspberrypi-rpiboot.spec | 1 - update_git.sh | 9 --------- 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 update_git.sh 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