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
*
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
*
Initial PORTAGE_CONFIGROOT support in the portage.config class for bug #73350.
Zac Medico
2006-05-01
1
-33
/
+64
*
Add cfg-update to the list of happy config file managers.
Alec Warner
2006-04-30
2
-5
/
+5
*
- People have started RESTRICTing "stricter", which we would like to discoura...
Ned Ludd
2006-04-30
1
-9
/
+9
*
- be sure to remove o+w bits on debug files
Ned Ludd
2006-04-30
1
-2
/
+2
*
Pass a vartree instance into portage.unmerge() to avoid globals.
Zac Medico
2006-04-30
1
-4
/
+5
*
Handle the doebuild's unmerge phase before setting up logfile because unmerge...
Zac Medico
2006-04-30
1
-4
/
+4
*
Avoid global db usage in doebuild() except when absolutely necessary.
Zac Medico
2006-04-30
1
-1
/
+3
*
Update portage config update messages to mention dispatch-conf (in addition t...
Zac Medico
2006-04-30
2
-3
/
+5
*
Print disfiles file names for bug #131774. I've removed the [ OK ] from okay...
Zac Medico
2006-04-30
1
-9
/
+6
*
retain important historical aspects of the checksum messages
Mike Frysinger
2006-04-30
1
-4
/
+4
*
Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...
Zac Medico
2006-04-30
3
-7
/
+14
*
Print [ OK ] messages (like eend) when checksums are good. Thanks to fox2mik...
Zac Medico
2006-04-30
2
-5
/
+20
*
Remove 4 year old cvs sync code, fix login around spawn, fix random raise
v2.1_pre10
Alec Warner
2006-04-29
1
-7
/
+2
*
Remove all usage of the portage.root global from portage.py.
Zac Medico
2006-04-29
1
-4
/
+4
*
Add a portage.config.selinux_enabled() accessor and use it to remove all glob...
Zac Medico
2006-04-29
1
-26
/
+36
*
Prevent a NameError in commit_mtimedb() when the portage.mtimedb attribute do...
Zac Medico
2006-04-29
1
-1
/
+1
*
Move the legacy global initializations into a function and allow them to be d...
Zac Medico
2006-04-29
1
-65
/
+73
*
Pass mtimes through doebuild(), into dblink.merge(), and finally to env_updat...
Zac Medico
2006-04-29
1
-11
/
+13
*
Return early from portage.commit_mtimedb() when mtimedb is None.
Zac Medico
2006-04-29
1
-0
/
+2
*
Enable portage.commit_mtimedb() to work without globals.
Zac Medico
2006-04-29
1
-24
/
+15
*
Enable portage.pkgmerge() to work without globals.
Zac Medico
2006-04-29
1
-3
/
+5
*
Enable portage.dep_zapdeps() to work without globals.
Zac Medico
2006-04-29
1
-7
/
+9
*
Enable portage.env_update() to work without globals.
Zac Medico
2006-04-29
1
-35
/
+41
*
In the clean phase, for maximum chflags portablility, make *unlnk flags optio...
Zac Medico
2006-04-29
1
-6
/
+2
*
Catch Permission Denied errors during manifest/digest generation for bug #131...
Zac Medico
2006-04-29
2
-38
/
+45
*
Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the Manif...
Zac Medico
2006-04-28
1
-0
/
+4
*
Fix spelling of "hierarchy" for bug #131582 and raise an exception for cleane...
Zac Medico
2006-04-28
1
-3
/
+7
*
Remove global db usage from portdbapi.gvisible().
Zac Medico
2006-04-28
1
-2
/
+2
*
Only trigger the 'Using system located in ROOT' message when ROOT!=/.
Zac Medico
2006-04-28
1
-1
/
+1
*
Remove global db usage from portage.config.regenerate().
Zac Medico
2006-04-28
1
-6
/
+4
*
Fix a typo from r3245.
Zac Medico
2006-04-28
1
-1
/
+1
*
Disable the FEATURES=cvs part of r3251 because it prevents missing files from...
Zac Medico
2006-04-28
1
-1
/
+1
*
Make portage.vardbapi able to work without any global variables.
Zac Medico
2006-04-28
1
-13
/
+13
*
Fix portage.global_updates() and portage.do_vartree() so they don't have to u...
Zac Medico
2006-04-28
3
-42
/
+45
*
Remove usage of the portage.thirdpartymirrors global variable.
Zac Medico
2006-04-27
1
-8
/
+9
*
Make FEATURES=cvs cause all distfiles to be fetched if necessary (just like `...
Zac Medico
2006-04-27
1
-12
/
+11
*
Only use one global statement to avoid bogus python syntax warning.
Zac Medico
2006-04-27
1
-3
/
+1
*
Pass in mydbapi and vartree where relevant for all doebuild calls in portage....
Zac Medico
2006-04-27
1
-15
/
+31
[next]