commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r9732 - trunk/www/utils/sbin
Date: Thu, 21 Jun 2007 07:58:44 -0500 (CDT)

Author: reinhard
Date: 2007-06-21 07:58:43 -0500 (Thu, 21 Jun 2007)
New Revision: 9732

Modified:
   trunk/www/utils/sbin/update-downloads
Log:
Don't add gnue-designer to current downloads page.


Modified: trunk/www/utils/sbin/update-downloads
===================================================================
--- trunk/www/utils/sbin/update-downloads       2007-06-21 12:21:52 UTC (rev 
9731)
+++ trunk/www/utils/sbin/update-downloads       2007-06-21 12:58:43 UTC (rev 
9732)
@@ -10,6 +10,9 @@
 extensions=".tar.gz .zip .deb .rpm .dmg .exe -debug.exe"
 
 for p in $packages; do
+  # don't add gnue-designer
+  test "$p" == "gnue-designer" && continue
+
   source=""
   for e in $extensions; do
     files="$(find ../releases -name "${p}[-_]*${e}")"





reply via email to

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