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
*
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
*
Clear the self._task_queue to avoid duplicate parallel-fetch tasks
Zac Medico
2008-06-30
1
-0
/
+1
*
Reimplement parallel-fetch by spawning the `ebuild fetch` command for each
Zac Medico
2008-06-30
2
-93
/
+234
*
Avoid python-2.6 deprecation warnings for md5 and sha modules by trying
Zac Medico
2008-06-30
1
-3
/
+13
*
Rename the MergeTask class to Scheduler.
Zac Medico
2008-06-30
1
-3
/
+3
*
* Tweak conditionals in doebuild() to fix emerge --fetch breakage reported
Zac Medico
2008-06-30
1
-4
/
+6
*
Centralize select.poll() event handling in MergeTask._schedule(). This will
Zac Medico
2008-06-29
1
-39
/
+47
*
Add EMERGE_FROM to the blacklisted vars in the config constructor.
Zac Medico
2008-06-29
1
-1
/
+1
*
* Add "fd_pipes" and "returnpid" parameters to doebuild() and pass
Zac Medico
2008-06-29
2
-29
/
+211
*
In EbuildBuild.execute(), call doebuild() separately for each phase since
Zac Medico
2008-06-29
2
-10
/
+15
*
Split out a _check_build_log() function from spawnebuild().
Zac Medico
2008-06-29
1
-67
/
+78
*
Split out a _post_src_install_uid_fix() function from spawnebuild().
Zac Medico
2008-06-29
1
-22
/
+28
*
Split out a _spawn_misc_sh() function from spawnebuild().
Zac Medico
2008-06-29
1
-25
/
+40
*
Handle invalid atoms inside depgraph._add_pkg_deps(), to avoid an
Zac Medico
2008-06-29
1
-0
/
+7
*
Move clean code, from the previous commit, from doebuild() to
Zac Medico
2008-06-29
2
-14
/
+11
*
Instead of calling the ebuild "clean" phase in MergeTask.merge(),
Zac Medico
2008-06-29
2
-9
/
+18
*
Split out an EbuildBuildDir class to handle locking of the build dir.
Zac Medico
2008-06-29
1
-34
/
+76
*
Handle re.error exceptions raised from re.compile() when ACCEPT_CHOSTS
Zac Medico
2008-06-28
1
-3
/
+14
*
Make EbuildBinpkg delegate everything up to src_install() to
Zac Medico
2008-06-28
1
-2
/
+17
*
* Remove unused EbuildBuild.pretend attribute.
Zac Medico
2008-06-28
1
-7
/
+7
*
Bug #229859 - Also add atom validation to match().
Zac Medico
2008-06-28
1
-0
/
+4
*
Copy portageq exit code validation from has_version() to best_version().
Zac Medico
2008-06-28
1
-0
/
+12
*
Bug #229859 - Make portageq check atom validity when has_version() and
Zac Medico
2008-06-28
1
-0
/
+10
*
Use the EbuildMerge class instead of portage.merge().
Zac Medico
2008-06-28
1
-8
/
+5
*
Split out a PackageUninstall class.
Zac Medico
2008-06-28
1
-6
/
+24
*
* Split out an EbuildBinpkg class.
Zac Medico
2008-06-28
1
-16
/
+44
*
Split out an EbuildBuild class.
Zac Medico
2008-06-28
1
-4
/
+28
*
Fix typo.
Zac Medico
2008-06-28
1
-1
/
+2
*
Split out an EbuildMerge class.
Zac Medico
2008-06-28
1
-8
/
+30
*
* Split out a BinpkgMerge class.
Zac Medico
2008-06-28
1
-7
/
+26
*
Split out a BinpkgFetcher class.
Zac Medico
2008-06-28
1
-40
/
+75
*
Split out an EbuildFetcher class.
Zac Medico
2008-06-28
1
-14
/
+27
*
Split the MergeTask._merge() method into 3 smaller methods. The new
Zac Medico
2008-06-28
1
-23
/
+63
*
Bug #226307 - Copy come code from depgraph._iter_atoms_for_pkg() that
Zac Medico
2008-06-28
1
-3
/
+47
*
Fix depgraph.break_refs() to work with DependencyArg instances (or anything
Zac Medico
2008-06-27
1
-13
/
+11
*
Remove the MergeTask._blocker_db attribute since it can just be a
Zac Medico
2008-06-27
1
-5
/
+4
*
Break references from Package instances in the digraph before passing
Zac Medico
2008-06-27
1
-0
/
+2
*
Pass the digraph into the MergeTask constructor. It's currently unused
Zac Medico
2008-06-27
1
-5
/
+5
*
Fix typo.
Zac Medico
2008-06-27
1
-1
/
+1
*
Add documentation for the new --keep-going option.
Zac Medico
2008-06-27
3
-10
/
+39
*
Generate and log eerror messages for any packages that need to be dropped
Zac Medico
2008-06-27
1
-13
/
+31
*
Call clear_caches() after the depgraph is out of scope, in MergeTask.merge().
Zac Medico
2008-06-27
1
-2
/
+1
[next]