damned-lies r938 - trunk



Author: claudep
Date: Fri Jul 25 09:51:23 2008
New Revision: 938
URL: http://svn.gnome.org/viewvc/damned-lies?rev=938&view=rev

Log:
2008-07-25  Claude Paroz  <claude 2xlibre net>

	* gnome-modules.xml.in: Fixed xkeyboard-config definition.
	* modules.py: Added -f switch to 'git clean' (need either -f or -n).

Modified:
   trunk/ChangeLog
   trunk/gnome-modules.xml.in
   trunk/modules.py

Modified: trunk/gnome-modules.xml.in
==============================================================================
--- trunk/gnome-modules.xml.in	(original)
+++ trunk/gnome-modules.xml.in	Fri Jul 25 09:51:23 2008
@@ -2148,13 +2148,11 @@
     </scmroot>
     <scmmodule>xkeyboard-config</scmmodule>
     <scmweb>http://gitweb.freedesktop.org/?p=xkeyboard-config.git;a=tree</scmweb>
-    <branch id="master"/>
     <_comment>This is not a GNOME-specific module. Please submit your translation through the <a href="http://translationproject.org";>Translation Project</a>.</_comment>
-    <branch id="HEAD">
+    <branch id="master">
       <domain id="po">
         <_description>Layout Descriptions</_description>
-      </domain>
-      <scmweb>http://cvs.freedesktop.org/xlibs/xkbdesc/</scmweb>
+      </domain>    
     </branch>
   </module>
 </modules>

Modified: trunk/modules.py
==============================================================================
--- trunk/modules.py	(original)
+++ trunk/modules.py	Fri Jul 25 09:51:23 2008
@@ -115,7 +115,7 @@
                     "localdir" : modulepath,
                     })
             elif self.type == "git":
-                commandList.append("cd \"%(localdir)s\" && git checkout %(branch)s && git reset --hard && git clean -d" % {
+                commandList.append("cd \"%(localdir)s\" && git checkout %(branch)s && git reset --hard && git clean -df" % {
                     "localdir" : modulepath,
                     "branch" : branch,
                     })



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