Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: grobian
Date: 2008-02-24 00:09:42 +0000 (Sun, 24 Feb 2008)
New Revision: 9376
Modified:
main/branches/prefix/pym/repoman/utilities.py
Log:
getstatusoutput comes from commands
Modified: main/branches/prefix/pym/repoman/utilities.py
===================================================================
--- main/branches/prefix/pym/repoman/utilities.py 2008-02-23 23:46:25 UTC (rev 9375)
+++ main/branches/prefix/pym/repoman/utilities.py 2008-02-24 00:09:42 UTC (rev 9376)
@@ -45,7 +45,7 @@
if vcs == 'svn':
logging.info("Performing a " + output.green("svn status -u") + \
" with a little magic grep to check for updates.")
- retval = getstatusoutput("svn status -u 2>&1 | " + \
+ retval = commands.getstatusoutput("svn status -u 2>&1 | " + \
"egrep -v '^. +.*/digest-[^/]+' | " + \
"head -n-1")
--
gentoo-commits@g.o mailing list
|
|