r109919 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109918
|
r109919
|
r109920
>
Date:
10:53, 24 January 2012
Author:
ariel
Status:
deferred
Tags:
Comment:
eh, don't exit before creating the actual useful rsync file
Modified paths:
/branches/ariel/xmldumps-backup/create-rsync-list.sh
(modified) (
history
)
Diff
[
purge
]
Index: branches/ariel/xmldumps-backup/create-rsync-list.sh
—
—
@@ -180,7 +180,6 @@
181
181
fi
182
182
if [ -f "$outputfile.tmp" ]; then
183
183
mv "$outputfile.tmp" "$outputfile"
184
- exit 0
185
184
else
186
185
echo "$0: no output file created. Something is wrong."
187
186
exit 1
Status & tagging log
14:26, 24 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r109919
[
removed:
new
added:
deferred]