projects
/
mass-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6f11d5a
)
Fix shorthand form of --wait argument
author
Ralf Jung
<post@ralfj.de>
Wed, 15 May 2013 17:04:17 +0000
(19:04 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 15 May 2013 17:04:17 +0000
(19:04 +0200)
mass_build.py
patch
|
blob
|
history
vcs.py
patch
|
blob
|
history
diff --git
a/mass_build.py
b/mass_build.py
index 5e89f4098a2472f3e289f3a872eca930cac704be..814fa3efa397901af2452cc3d8c64660359d3f65 100755
(executable)
--- a/
mass_build.py
+++ b/
mass_build.py
@@
-1,6
+1,6
@@
#!/usr/bin/python
# mass-build - Easily Build Software Involving a Large Amount of Source Repositories
#!/usr/bin/python
# mass-build - Easily Build Software Involving a Large Amount of Source Repositories
-# Copyright (C) 2012 Ralf Jung <post@ralfj.de>
+# Copyright (C) 2012
-2013
Ralf Jung <post@ralfj.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@
-57,7
+57,7
@@
parser.add_argument("-c, --config",
parser.add_argument("--reconfigure",
action="store_true", dest="reconfigure",
help="Force configuration to be run")
parser.add_argument("--reconfigure",
action="store_true", dest="reconfigure",
help="Force configuration to be run")
-parser.add_argument("-w
,
--wait-after-config",
+parser.add_argument("-w
", "
--wait-after-config",
action="store_true", dest="wait_after_config",
help="Wait for user confirmation after configuration is finished")
parser.add_argument("--reset-source",
action="store_true", dest="wait_after_config",
help="Wait for user confirmation after configuration is finished")
parser.add_argument("--reset-source",
diff --git
a/vcs.py
b/vcs.py
index 73ffb10113c2c005aac7f9668b8fd01d2e4131ee..89a4920ba006b36753bc7b3ddb8db033b5930da0 100644
(file)
--- a/
vcs.py
+++ b/
vcs.py
@@
-1,5
+1,5
@@
# mass-build - Easily Build Software Involving a Large Amount of Source Repositories
# mass-build - Easily Build Software Involving a Large Amount of Source Repositories
-# Copyright (C) 2012 Ralf Jung <post@ralfj.de>
+# Copyright (C) 2012
-2013
Ralf Jung <post@ralfj.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by