[X2Go-Commits] [buildscripts] 01/01: bin/createsusetagsrepo: actually pull in the other parameters. Oops.
git-admin at x2go.org
git-admin at x2go.org
Sun Oct 30 02:16:58 CET 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 089c4e837647c1e2cba1dea02f208147921b5d5f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Oct 30 02:16:54 2016 +0100
bin/createsusetagsrepo: actually pull in the other parameters. Oops.
---
bin/createsusetagsrepo | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo
index a92dde2..329ac1f 100755
--- a/bin/createsusetagsrepo
+++ b/bin/createsusetagsrepo
@@ -79,6 +79,8 @@ create_directory () {
set -e
repo_top_dir="${1}"
+distro="${2}"
+component="${3}"
test -z "${repo_top_dir}" && usage
test -z "${distro}" && usage
--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list