r103231 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103230‎ | r103231 | r103232 >
Date:21:52, 15 November 2011
Author:hashar
Status:deferred
Tags:
Comment:
debs: comments to update.sh
Modified paths:
  • /trunk/debs/update.sh (modified) (history)

Diff [purge]

Index: trunk/debs/update.sh
@@ -1,7 +1,16 @@
22 #!/bin/bash
 3+#
 4+# This script is used to update a .deb package from the subversion repository
 5+# and then update the WMF apt repository.
 6+#
 7+# Usage: update.sh <package>
 8+#
 9+# Author: Tim Starling 2007,2008,2010
310
 11+# Exit immediately if a command exits with a non-zero status
412 set -e
513
 14+# We do require a package name as argument
615 if [ -z $1 ];then
716 echo "Usage: update.sh <package>"
817 fi

Status & tagging log