misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #197797 - Do not actively clear o+rx permission bits
Zac Medico
2007-11-03
1
-4
/
+1
*
Call die() so that the $TMP directory is always properly
Zac Medico
2007-11-03
1
-7
/
+6
*
Bug #197965 - Make fetch() bail out after 5 checksum
Zac Medico
2007-11-03
1
-0
/
+12
*
if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkle
Mike Frysinger
2007-11-03
1
-0
/
+7
*
Bug #197965 - When fetch() encounters a checksum failure,
Zac Medico
2007-11-03
1
-12
/
+46
*
Fix update_config_files() so that it uses update_dbentry()
Zac Medico
2007-11-03
1
-31
/
+30
*
Remove redundant code from previous commit.
Zac Medico
2007-11-03
1
-2
/
+0
*
Bug #197932 - Make dbapi._cpv_sort_ascending()
Zac Medico
2007-11-03
1
-9
/
+10
*
TODO: Make update_config_files() handle slotmove commands for SLOT atoms.
Zac Medico
2007-11-03
1
-0
/
+1
*
In portage.fetch(), condense digest check output to a single
Zac Medico
2007-11-03
1
-2
/
+4
*
Sort scanlist and ebuildlist to ensure that repoman always
Zac Medico
2007-11-02
1
-0
/
+2
*
Make portdbapi.gvisible() use portdbapi._aux_cache_keys
Zac Medico
2007-11-02
1
-1
/
+1
*
Return early from config.getMaskAtom() as soon as a matching
Zac Medico
2007-11-02
1
-5
/
+1
*
Bug #197594 - Document FEATURES="lmirror".
Zac Medico
2007-11-02
1
-0
/
+4
*
Make sure vardbapi.cp_list() always sorts the results.
Zac Medico
2007-11-02
1
-1
/
+1
*
Fix ignore_priority logic in depgraph.altlist() in order
Zac Medico
2007-11-02
1
-0
/
+8
*
Collapse 2 identical code hunks into 1.
Zac Medico
2007-11-02
1
-37
/
+18
*
Optimize merge order to try and select nodes that only have
Zac Medico
2007-11-02
1
-1
/
+20
*
In the 'there are no ebuilds to satisfy "foo"' message, discard
Zac Medico
2007-11-01
1
-0
/
+2
*
Properly escape { and } characters in regular expressions even
Zac Medico
2007-11-01
1
-3
/
+3
*
Remove an extra \$ from the EbuildQuote.var_reference regex
Zac Medico
2007-11-01
1
-1
/
+1
*
Make the EbuildUselessCdS check for both quoted and unquoted ${S}
Zac Medico
2007-11-01
1
-1
/
+1
*
Avoid making unnecessary copies of PackageSet._atoms by
Zac Medico
2007-11-01
2
-8
/
+14
*
Add a check for redundant cd "${S}" statements on the first
Zac Medico
2007-11-01
3
-4
/
+26
*
Make depgraph.select_files() recursively expand sets given as
Zac Medico
2007-10-31
1
-1
/
+8
*
Fix diefunc() so that it doesn't report that the ebuild is from
Zac Medico
2007-10-31
1
-1
/
+2
*
Update the FEATURES=mirror docs to more accurately reflect behavior.
Zac Medico
2007-10-31
1
-2
/
+2
*
Defer selection of package dependency atoms until they are
Zac Medico
2007-10-31
1
-14
/
+26
*
Gather some ignored dependencies so that they can be properly
Zac Medico
2007-10-31
1
-6
/
+16
*
Remove a few unused depgraph attributes.
Zac Medico
2007-10-31
1
-13
/
+0
*
Fix "args" set handling wrt $ROOT in depgraph._complete_graph().
Zac Medico
2007-10-30
1
-1
/
+2
*
Implement license filtering for xmatch minimum-visible and
Zac Medico
2007-10-30
1
-10
/
+21
*
Optimize xmatch "bestmatch-visible" to do fewer metadata
Zac Medico
2007-10-30
1
-7
/
+6
*
Implement a "consistent" depgraph parameter (enabled by --consistent)
Zac Medico
2007-10-30
1
-4
/
+151
*
Use rstrip("\n") to remove trailing newlines from
Zac Medico
2007-10-29
1
-2
/
+1
*
Rewrite the dblink.getcontents() code to use str.split(" ")
Zac Medico
2007-10-29
1
-35
/
+37
*
Make portdbapi.cp_list() use os.listdir() instead of
Zac Medico
2007-10-29
1
-1
/
+5
*
Fix PackageSet.getAtoms() and getNonAtoms() so that they
Zac Medico
2007-10-28
1
-6
/
+10
*
Fix --depclean to use SetConfig.getSetAtoms() and also fix a
Zac Medico
2007-10-28
1
-8
/
+5
*
Fix SetConfig.getSetAtoms() to stop initializing ignorelist
Zac Medico
2007-10-28
1
-3
/
+6
*
Optimize stdout_spinner.update() methods so that they don't
Zac Medico
2007-10-28
1
-3
/
+22
*
Fix cp_list() to prevent it from returning a reference
Zac Medico
2007-10-28
1
-2
/
+2
*
Sort all dbapi.cp_list() results in ascending order and
Zac Medico
2007-10-28
5
-38
/
+41
*
Replace depgraph._slot_node_map with _slot_pkg_map so
Zac Medico
2007-10-27
1
-35
/
+22
*
Make depgraph._select_atoms() more flexible by allowing
Zac Medico
2007-10-27
1
-5
/
+9
*
Reuse an existing EmergeConfig instance instead of
Zac Medico
2007-10-27
1
-1
/
+1
*
Fix broken $ROOT handling for setconfig in the MergeTask
Zac Medico
2007-10-27
1
-6
/
+10
*
In portage.fetch(), condense digest check ouput to a single
Zac Medico
2007-10-26
1
-2
/
+5
*
Optimize repoman to share portdbapi.cp_list() results
Zac Medico
2007-10-26
2
-7
/
+19
*
Add missing break statement for xmatch minimum-visible.
Zac Medico
2007-10-26
1
-0
/
+1
[next]