summaryrefslogtreecommitdiff
path: root/push-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-02 21:33:00 +0000
committerIan Lynagh <igloo@earth.li>2007-08-02 21:33:00 +0000
commit813725ad928c03af656822aeadbcca0dc0b3ced4 (patch)
treeec27a8ece01694f2e7933a7686ed59fc48febff0 /push-all
parent8afaccb2d5e665385fdc0620eb2fbcf03da0db4b (diff)
downloadhaskell-813725ad928c03af656822aeadbcca0dc0b3ced4.tar.gz
Add a --ignore-failure flag to push-all script
Diffstat (limited to 'push-all')
-rw-r--r--push-all3
1 files changed, 3 insertions, 0 deletions
diff --git a/push-all b/push-all
index 014c4b0cb0..a5c20629cd 100644
--- a/push-all
+++ b/push-all
@@ -75,6 +75,9 @@ sub main {
if ($arg eq "-q") {
$verbose = 0;
}
+ elsif ($arg eq "--ignore-failure") {
+ $ignore_failure = 1;
+ }
elsif ($arg eq "--checked-out") {
$checked_out = 1;
}