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
*
Import portage before trying to access portage.exception for exception
Zac Medico
2008-07-04
1
-6
/
+7
*
* Split out a SequentialTaskQueue class to encapsulate the parallel-fetch
Zac Medico
2008-07-04
1
-35
/
+50
*
Bug #230469 - Implement non-blocking distlocks for --fetchonly. This adds
Zac Medico
2008-07-03
3
-11
/
+32
*
Fix typo.
Zac Medico
2008-07-03
1
-1
/
+1
*
Bug #230579 - Handle EOFError raised from cPickle.load() in
Zac Medico
2008-07-03
1
-2
/
+2
*
Split out a _create_prefetcher() method from _add_prefetchers().
Zac Medico
2008-07-03
1
-14
/
+26
*
Remove old unused vars inside _execute_task() and fix code not to use the
Zac Medico
2008-07-03
1
-38
/
+17
*
Split logging and world atom code out of Scheduler._execute() task, and
Zac Medico
2008-07-03
1
-65
/
+86
*
Clean up Scheduler.merge() and split out a _save_resume_list() method.
Zac Medico
2008-07-03
1
-76
/
+35
*
Add a portage._disable_legacy_globals() function. This deletes the
Zac Medico
2008-07-03
3
-9
/
+19
*
Split out a _restart_if_necessary() method from Scheduler._merge().
Zac Medico
2008-07-03
1
-48
/
+74
*
Remove unused BinpkgMerge class.
Zac Medico
2008-07-03
1
-27
/
+0
*
Remove the Scheduler._post_merge() method, and create a new
Zac Medico
2008-07-03
1
-30
/
+29
*
Split out a new _add_prefetchers() method from Scheduler._merge().
Zac Medico
2008-07-03
1
-26
/
+34
*
Split out a new _check_manifests() method from Scheduler._merge() since
Zac Medico
2008-07-03
1
-41
/
+55
*
Implement asynchronous binary package extraction, so that the scheduler
Zac Medico
2008-07-03
2
-6
/
+130
*
Make BinpkgFetcherAsync inherit from SpawnProcess.
Zac Medico
2008-07-03
1
-74
/
+11
*
Add missing BinpkgFetcherAsync.registered attribute.
Zac Medico
2008-07-03
1
-1
/
+1
*
Move post ebuild phase code (originally from spawnebuild) from
Zac Medico
2008-07-03
1
-6
/
+8
*
Split out a SpawnProcess base class out of EbuildFetcherAsync.
Zac Medico
2008-07-03
1
-38
/
+74
*
Use stdout.write() instead of "print", for py3k compat.
Zac Medico
2008-07-03
1
-14
/
+24
*
Fix broken except statement. Thanks to hawking.
Zac Medico
2008-07-02
1
-1
/
+1
*
Fix EbuildBuildDir so that it works properly with binary packages.
Zac Medico
2008-07-02
1
-14
/
+21
*
Handle missing select.poll on interix by using select() to emulate a poll
Zac Medico
2008-07-02
1
-1
/
+61
*
Remove $PORTAGE_BUILDDIR locking from portage.pkgmerge() and use
Zac Medico
2008-07-02
2
-29
/
+13
*
Split out a SubProcess base class for EbuildFetcherAsync, EbuildPhase,
Zac Medico
2008-07-02
1
-114
/
+53
*
Py3k compatibility patch by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-02
8
-37
/
+70
*
Fix EbuildBuild.execute() to return os.EX_OK on success.
Zac Medico
2008-07-02
1
-0
/
+1
*
Fix inverted buildpkgonly logic.
Zac Medico
2008-07-02
1
-1
/
+1
*
Split out a Binpkg class from code inside Scheduler._execute_task().
Zac Medico
2008-07-02
1
-54
/
+104
*
Remove debugging code from the previous commit.
Zac Medico
2008-07-02
1
-4
/
+0
*
* Rename existing EbuildBuild class to EbuildExecuter.
Zac Medico
2008-07-02
1
-127
/
+210
*
Py3k compatibility patch #6 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
3
-1
/
+18
*
Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
4
-15
/
+15
*
Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
5
-7
/
+7
*
Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
4
-14
/
+15
*
Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
2
-2
/
+2
*
Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
9
-58
/
+60
*
Add a "prefix" keyword parameter to slot_dict_class() which controls the
Zac Medico
2008-07-01
2
-39
/
+43
*
Add a new BinpkgFetcherAsync class and use it to implement parellel-fetch
Zac Medico
2008-07-01
1
-15
/
+240
*
Never do realpath() on an empty string for portdbapi.porttree_root since
Zac Medico
2008-07-01
1
-1
/
+3
*
Also avoid sandbox violations in PreservedLibsRegistry.store(), for running
Zac Medico
2008-07-01
1
-0
/
+2
*
Handle potential errors in PreservedLibsRegistry.store() now that it can
Zac Medico
2008-07-01
1
-3
/
+7
*
Split out a write_contents() function and a vardbapi.removeFromContents()
Zac Medico
2008-07-01
1
-30
/
+68
*
add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsReg...
Zac Medico
2008-07-01
1
-1
/
+2
*
Fix typo.
Zac Medico
2008-06-30
1
-1
/
+1
*
Bug #230249 - Disable the "ebuild.notadded" check when not in commit mode and
Zac Medico
2008-06-30
1
-2
/
+8
*
Bug #230245 - Use os.path.basename() on paths returned from `svn list`
Zac Medico
2008-06-30
1
-2
/
+2
*
Bug #230245 - Pass the correct directory when calling `snv list` and
Zac Medico
2008-06-30
1
-2
/
+2
*
Add "(no inline comments)" to qualify "comments begin with #" statements.
Zac Medico
2008-06-30
1
-14
/
+14
[next]