commit fcd9a1c9a302fd9f2a54813e6b251329a64b40c9
Author: Kacper Kornet <[email protected]>
Date: Wed Apr 13 17:46:36 2011 +0100
Change builder cvs up command to git pull
make-request.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 9dde066..92ffa81 100755
--- a/make-request.sh
+++ b/make-request.sh
@@ -200,7 +200,7 @@ Mandatory arguments to long options are mandatory for short
options too.
shortcut for --command poldek -ev --noask ARGS
--upgrade-pkg
shortcut for --command poldek --up -Uv ARGS
- --cvsup
+ --pull
Updates builders infrastructure (outside chroot)
--update-macros
Updates rpm-build-macros on src builder
@@ -360,9 +360,9 @@ while [ $# -gt 0 ] ; do
shift
;;
- --cvsup)
+ --pull)
command_flags="no-chroot"
- command="cvs up"
+ command="git pull"
f_upgrade=no
;;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit