commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8372 - trunk/www/utils/sbin


From: reinhard
Subject: [gnue] r8372 - trunk/www/utils/sbin
Date: Wed, 5 Apr 2006 06:33:43 -0500 (CDT)

Author: reinhard
Date: 2006-04-05 06:33:43 -0500 (Wed, 05 Apr 2006)
New Revision: 8372

Modified:
   trunk/www/utils/sbin/update-downloads
Log:
Add .dmg to list of release file extensions.


Modified: trunk/www/utils/sbin/update-downloads
===================================================================
--- trunk/www/utils/sbin/update-downloads       2006-04-05 11:29:10 UTC (rev 
8371)
+++ trunk/www/utils/sbin/update-downloads       2006-04-05 11:33:43 UTC (rev 
8372)
@@ -6,7 +6,7 @@
 cd /usr/local/www/gnue/htdocs/downloads/current && rm -f *
 
 packages=$(ls ../releases | sed -e 's/-[0-9].*//' | uniq)
-extensions=".tar.gz .zip .deb .rpm .exe -debug.exe"
+extensions=".tar.gz .zip .deb .rpm .dmg .exe -debug.exe"
 
 for p in $packages; do
   source=""





reply via email to

[Prev in Thread] Current Thread [Next in Thread]