[Checkins] SVN: lovely.buildouthttp/trunk/ fixed typo

Bernd Dorn bernd.dorn at lovelysystems.com
Sat Aug 28 03:08:32 EDT 2010


Log message for revision 115985:
  fixed typo

Changed:
  U   lovely.buildouthttp/trunk/CHANGES.txt
  U   lovely.buildouthttp/trunk/setup.py
  U   lovely.buildouthttp/trunk/src/lovely/buildouthttp/buildouthttp.py

-=-
Modified: lovely.buildouthttp/trunk/CHANGES.txt
===================================================================
--- lovely.buildouthttp/trunk/CHANGES.txt	2010-08-28 06:53:09 UTC (rev 115984)
+++ lovely.buildouthttp/trunk/CHANGES.txt	2010-08-28 07:08:32 UTC (rev 115985)
@@ -2,6 +2,11 @@
 Changes for lovely.buildouthttp
 ===============================
 
+2010/08/28 0.3.3:
+=================
+
+- fixed typo on git command, introduced in 0.3.2
+
 2010/08/28 0.3.2:
 =================
 

Modified: lovely.buildouthttp/trunk/setup.py
===================================================================
--- lovely.buildouthttp/trunk/setup.py	2010-08-28 06:53:09 UTC (rev 115984)
+++ lovely.buildouthttp/trunk/setup.py	2010-08-28 07:08:32 UTC (rev 115985)
@@ -16,7 +16,7 @@
 name='lovely.buildouthttp'
 setup(
     name = name,
-    version = "0.3.2",
+    version = "0.3.3",
     author = "Lovely Systems GmbH",
     author_email = "office at lovelysystems.com",
     description = "Specialized zc.buildout plugin to add http"

Modified: lovely.buildouthttp/trunk/src/lovely/buildouthttp/buildouthttp.py
===================================================================
--- lovely.buildouthttp/trunk/src/lovely/buildouthttp/buildouthttp.py	2010-08-28 06:53:09 UTC (rev 115984)
+++ lovely.buildouthttp/trunk/src/lovely/buildouthttp/buildouthttp.py	2010-08-28 07:08:32 UTC (rev 115985)
@@ -32,7 +32,7 @@
     """returns the credentials for the local git installation by using
     git config"""
 
-    p = subprocess.Popen("gitx config github.token",
+    p = subprocess.Popen("git config github.token",
                          shell=True,
                          stdout=subprocess.PIPE,
                          stderr=subprocess.PIPE)



More information about the checkins mailing list