From: Martin Vidner Date: Wed, 25 Nov 2015 13:27:54 +0000 (+0100) Subject: Renamed X-Git-Tag: v0.3.3~21^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0ea87e157f357a2758703519187a5ccd89fd80c;p=thirdparty%2Fsnapper.git Renamed Because it is more specific to OBS than to Git; see also https://github.com/openSUSE?query=obs --- diff --git a/Makefile.ci b/Makefile.ci index 9e74f563..019d9286 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -11,7 +11,7 @@ .PHONY: package osc_build package: - ./git-to-obs-package \ + ./obs-package-from-git \ -P YaST:Head -p snapper \ -o .obsdir \ -c 'make -f Makefile.repo && make package' diff --git a/git-to-obs-package b/obs-package-from-git similarity index 96% rename from git-to-obs-package rename to obs-package-from-git index 7d16128f..b83d695d 100755 --- a/git-to-obs-package +++ b/obs-package-from-git @@ -6,7 +6,7 @@ set -eu # using `osc` to bring the dependencies to a chroot. # Minimal dependencies: -# - git-core +# - git-core (not used here; our caller, typically Jenkins, will have used it) # - osc # - build