r65610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65609‎ | r65610 | r65611 >
Date:04:30, 28 April 2010
Author:sergeychernyshev
Status:deferred
Tags:
Comment:
Wrong folder was being remobed. Fixed.
Modified paths:
  • /trunk/extensions/HeaderTabs/Makefile (modified) (history)

Diff [purge]

Index: trunk/extensions/HeaderTabs/Makefile
@@ -20,7 +20,7 @@
2121 rm HeaderTabs/Makefile
2222 tar -c HeaderTabs |gzip > HeaderTabs_${v}.tgz
2323 zip -r HeaderTabs_${v}.zip HeaderTabs
24 - rm -rf Widgets
 24+ rm -rf HeaderTabs
2525
2626 # upload to Google Code repository (need account with enough permissions)
2727 googlecode/googlecode_upload.py -s "MediaWiki HeaderTabs Extension v${v} (tarball)" -p mediawiki-header-tabs -l "Featured,Type-Archive,OpSys-All" HeaderTabs_${v}.tgz

Status & tagging log