diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 00:36:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 00:36:43 +0000 |
commit | 5548127620a86235ca389f48006b3cf0a70c0281 (patch) | |
tree | 9f9ea36ea8485334e780e2883ee683fc62241bb9 /dev-util/buildbot/files | |
parent | Revision bump: avoid /var/lib/lib directory prefix (thanks to frank Swiderski... (diff) | |
download | historical-5548127620a86235ca389f48006b3cf0a70c0281.tar.gz historical-5548127620a86235ca389f48006b3cf0a70c0281.tar.bz2 historical-5548127620a86235ca389f48006b3cf0a70c0281.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-util/buildbot/files')
-rw-r--r-- | dev-util/buildbot/files/buildbot-0.7.5-root-skip-tests.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/buildbot/files/buildbot-0.7.5-root-skip-tests.patch b/dev-util/buildbot/files/buildbot-0.7.5-root-skip-tests.patch deleted file mode 100644 index b180506318e1..000000000000 --- a/dev-util/buildbot/files/buildbot-0.7.5-root-skip-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'buildbot/test/test_vc.py' ---- buildbot/test/test_vc.py 2007-03-08 15:34:45 +0000 -+++ buildbot/test/test_vc.py 2007-03-08 15:38:45 +0000 -@@ -1083,6 +1083,8 @@ - try_branchname = "branch" - - def capable(self): -+ if not os.geteuid(): -+ return (False, "CVS tests fail as root") - cvspaths = which('cvs') - if not cvspaths: - return (False, "CVS is not installed") - |