projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4387d79
)
ignore packages that were just fetched from being added to the worldfile
author
Marius Mauch
<genone@gentoo.org>
Fri, 4 Aug 2006 13:43:23 +0000
(13:43 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Fri, 4 Aug 2006 13:43:23 +0000
(13:43 -0000)
svn path=/main/trunk/; revision=4150
bin/regenworld
patch
|
blob
|
history
diff --git
a/bin/regenworld
b/bin/regenworld
index b99370962d7d95a6d23fadcb3818782a35834099..7b14c2131e78ba1a52edff1f018c1a034fd75137 100755
(executable)
--- a/
bin/regenworld
+++ b/
bin/regenworld
@@
-9,7
+9,7
@@
import os
import portage, string, re
__candidatematcher__ = re.compile("^[0-9]+: \\*\\*\\* emerge ")
-__noncandidatematcher__ = re.compile(" sync( |$)| clean( |$)| search( |$)|--oneshot| unmerge( |$)")
+__noncandidatematcher__ = re.compile(" sync( |$)| clean( |$)| search( |$)|--oneshot|
--fetchonly|
unmerge( |$)")
def issyspkg(pkgline):
return (pkgline[0] == "*")