diff bin/runtreepkg.py @ 517:de78084fcbce

rename do_svn_update in do_update because we provide svn and git support now
author Bjoern Ricks <bricks@intevation.de>
date Wed, 10 Nov 2010 13:17:32 +0000
parents 5f442b0cf3a4
children
line wrap: on
line diff
--- a/bin/runtreepkg.py	Wed Nov 10 12:03:58 2010 +0000
+++ b/bin/runtreepkg.py	Wed Nov 10 13:17:32 2010 +0000
@@ -47,8 +47,8 @@
     parser.add_option("--revision",
                       help=("SVN revision to update to before attempting"
                             " to package."))
-    parser.add_option("--no-svn-update", action="store_true",
-                      help=("Do not update the SVN workingcopy before"
+    parser.add_option("--no-update", action="store_true",
+                      help=("Do not update the scm workingcopy before"
                             " attempting to package."))
     parser.add_option("--track-option", action="callback", type="string",
                       callback=handle_track_option,
@@ -82,7 +82,7 @@
         group = PackagerGroup([create_package_track(**opts)
                                for opts in packager_opts],
                               revision=options.revision,
-                              do_svn_update=not options.no_svn_update,
+                              do_update=not options.no_update,
                               stop_on_error=options.stop_on_error,
                               **treepkg_opts)
         if options.once:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)