GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.
v2.1_rc1
Zac Medico
2006-05-12
1
-1
/
+2
*
Add some documentation for /etc/portage/modules and metadata_overlay.
Zac Medico
2006-05-12
1
-0
/
+23
*
Revert r3339 because r3301 makes it unnecessary. See bug #133055.
Zac Medico
2006-05-12
1
-3
/
+0
*
Minor 1 liner for bug 131657
Alec Warner
2006-05-11
1
-0
/
+1
*
Fix bug 113055, Binpkg's need SLOT in mysettings
Alec Warner
2006-05-11
1
-0
/
+3
*
Neglect EOFError during mtimedb loading since this error seems to be common w...
Zac Medico
2006-05-10
1
-1
/
+1
*
remove unused STICKIES variable
Mike Frysinger
2006-05-10
2
-2
/
+1
*
Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.
Zac Medico
2006-05-10
1
-0
/
+2
*
slightly easier test to read for DISTDR/unpack check
Mike Frysinger
2006-05-09
1
-1
/
+1
*
Use os.path.realpath instead of portage.abssymlink to resolve /etc/make.profi...
Zac Medico
2006-05-08
1
-1
/
+1
*
Give a less confusing error message when unpack() arguments begin with ${DIST...
Zac Medico
2006-05-08
1
-0
/
+2
*
Prevent a TypeError exception when the /etc/make.profile symlink is broken on...
Zac Medico
2006-05-08
1
-12
/
+10
*
Catch FileNotFound exception and print a message when a file listed in the Ma...
Zac Medico
2006-05-08
1
-0
/
+3
*
Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...
Zac Medico
2006-05-08
2
-2
/
+2
*
Fix a potential NameError due to 'cpv' being undefined in the namespace and a...
Zac Medico
2006-05-07
1
-3
/
+5
*
Properly encode metadata strings as utf-8 in order to avoid "UnicodeEncodeErr...
Zac Medico
2006-05-07
1
-1
/
+1
*
Replace inappropriate use of writelines with normal write.
Zac Medico
2006-05-07
1
-1
/
+1
*
Fix portage.config handling of ROOT and PORTAGE_CONFIGROOT for bug #132442.
Zac Medico
2006-05-06
1
-3
/
+5
*
make rsync variable messages a bit less inviting
Marius Mauch
2006-05-06
1
-2
/
+2
*
Catch a KeyError and report a missing digest for bug #132410.
Zac Medico
2006-05-06
1
-0
/
+3
*
Remove the uppercase requirement on flat_hash metadata keys so that _eclasses...
Zac Medico
2006-05-06
1
-3
/
+1
*
Obey self.incrementals in config.regenerate() instead of using portage_const....
Zac Medico
2006-05-06
1
-1
/
+1
*
Catch a KeyError and notify the user of a missing digest for bug #132373.
Zac Medico
2006-05-05
1
-7
/
+10
*
Reimplement the fix for bug #79566 more cleanly (the -* hack seems quite non-...
Zac Medico
2006-05-05
1
-1
/
+9
*
Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this...
Zac Medico
2006-05-04
1
-2
/
+2
*
Make sure that cloned FEATURES are correctly preserved by getting them direct...
Zac Medico
2006-05-04
1
-6
/
+8
*
Bring back FEATURES="assume-digests" for bug #132182.
Zac Medico
2006-05-04
2
-14
/
+22
*
Improve the error message when an eclass is not found and remove unnecesary E...
Zac Medico
2006-05-03
1
-3
/
+2
*
Catch an uncaught CacheCorruption for the traceback from bug #126692.
Zac Medico
2006-05-03
1
-1
/
+7
*
readd not-so pointless if statement
Simon Stelling
2006-05-03
1
-2
/
+3
*
remove pointless if statement
Simon Stelling
2006-05-02
1
-3
/
+2
*
best_version doesn't return different codes depending on whether it found a m...
Simon Stelling
2006-05-02
1
-2
/
+1
*
catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164
Simon Stelling
2006-05-02
1
-4
/
+12
*
use hasq where appropriate
Simon Stelling
2006-05-02
1
-5
/
+4
*
let 'emerge -h world' print a nice help message powered by antarus; bug 67448
Simon Stelling
2006-05-02
1
-1
/
+13
*
use escaping code that works for mrxvt too; thanks to nelchael for the patch;...
Simon Stelling
2006-05-02
1
-1
/
+1
*
revert rev 3300 as it has various issues and doesn't fully solve the problem
Simon Stelling
2006-05-02
1
-3
/
+0
*
Migrate old digest-* code in portage.fetch() to be Manifest2 compatible.
Zac Medico
2006-05-02
1
-4
/
+2
*
fix a typo from the last revision
Zac Medico
2006-05-02
1
-1
/
+1
*
Properly join CUSTOM_MIRRORS_FILE with PORTAGE_CONFIG_ROOT in portage.fetch().
Zac Medico
2006-05-02
1
-1
/
+2
*
Remove an extra aux_get call in doebuild and combine it with another aux_get ...
Zac Medico
2006-05-02
1
-10
/
+3
*
don't let profile.env overwrite variables that are already set; bug 130229
Simon Stelling
2006-05-01
1
-0
/
+5
*
Add a new sqlite cache module (one I wrote) that has acceptable performance.
Zac Medico
2006-05-01
1
-0
/
+237
*
Remove sqlite.py because it's performance is unacceptable and it is therefore...
Zac Medico
2006-05-01
1
-67
/
+0
*
replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to t...
Simon Stelling
2006-05-01
11
-11
/
+11
*
make portage shut up if --quiet is given; bug 62273
Simon Stelling
2006-05-01
14
-123
/
+155
*
revert my last commit except for the parts i really wanted to commit
Simon Stelling
2006-05-01
2
-153
/
+7
*
allow escaping in elog_base() to fix bug 131913
Simon Stelling
2006-05-01
3
-8
/
+154
*
Don't skip regenerate() because leads to 'Problem resolving dependencies' fro...
Zac Medico
2006-05-01
1
-6
/
+10
*
Make sure that emerge really removes noauto from FEATURES for bug #131820.
Zac Medico
2006-05-01
2
-3
/
+13
[next]