]> git.pld-linux.org Git - projects/pld-builder.new.git/blobdiff - client/make-request.sh
Merge changes from PLD CVS
[projects/pld-builder.new.git] / client / make-request.sh
old mode 100644 (file)
new mode 100755 (executable)
index bed9e64..a213be8
@@ -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
@@ -384,9 +384,9 @@ while [ $# -gt 0 ] ; do
                        shift
                        ;;
 
-               --cvsup)
+               --pull)
                        command_flags="no-chroot"
-                       command="cvs up"
+                       command="git pull"
                        f_upgrade=no
                        ;;
 
This page took 0.078867 seconds and 4 git commands to generate.