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
*
Updates for portage-3.0.15 release
portage-3.0.15
Zac Medico
2021-02-22
3
-2
/
+19
*
make.globals: default enable FEATURES=binpkg-multi-instance
Zac Medico
2021-02-22
3
-2
/
+4
*
man/make.conf.5: mention eclean-pkg for binpkg-multi-instance
Zac Medico
2021-02-22
1
-2
/
+2
*
Add content-hash distfiles layout (bug 756778)
Daniel Robbins
2021-02-22
2
-0
/
+133
*
MirrorLayoutConfig: content digest support (bug 756778)
Zac Medico
2021-02-22
2
-17
/
+114
*
make.defaults: prevent USE="${USE} ..." misbehavior
Zac Medico
2021-02-21
1
-3
/
+14
*
ci: upgrade to pypy-3.7-v7.3.3
Zac Medico
2021-02-21
2
-2
/
+2
*
testEbuildFetch: refactor to test multiple layout preferences
Zac Medico
2021-02-21
1
-32
/
+83
*
PopenProcess: use call_soon for _async_waipid in _start
Zac Medico
2021-02-14
1
-2
/
+2
*
portage.getpid: call os.getpid() lazily
Zac Medico
2021-02-07
1
-1
/
+3
*
emerge: disable --autounmask-license by default
Zac Medico
2021-02-07
3
-13
/
+31
*
emaint --fix merges: add -y, --yes option
Zac Medico
2021-02-07
3
-7
/
+24
*
man/make.conf.5: FETCHCOMMAND DIGESTS placeholder uses colons
Daniel M. Weeks
2021-02-01
1
-2
/
+2
*
emirrordist: prevent distfiles_db _pkg_str pickle problems
Zac Medico
2021-01-21
1
-1
/
+2
*
Updates for portage-3.0.14 release
portage-3.0.14
Zac Medico
2021-01-19
2
-1
/
+14
*
binarytree.move_ent: copy on write for package move
Zac Medico
2021-01-19
3
-16
/
+48
*
repoman: fix DeprecationWarning: invalid escape sequence \s
Zac Medico
2021-01-18
1
-1
/
+1
*
tox.ini: fix pylint command
Zac Medico
2021-01-18
1
-1
/
+1
*
bin: misc pylint fixes
Zac Medico
2021-01-18
10
-44
/
+43
*
repoman: misc pylint fixes
Zac Medico
2021-01-18
66
-120
/
+80
*
ProxyManager: remove unused loop parameter
Zac Medico
2021-01-18
1
-1
/
+1
*
ProxyManager: Use async and await syntax
Zac Medico
2021-01-18
2
-8
/
+5
*
man/make.conf.5: Fix typo in markup
Ulrich Müller
2021-01-18
1
-1
/
+1
*
RepoStorageInterface: Use async and await syntax
Zac Medico
2021-01-18
5
-96
/
+56
*
repoman: Use async and await syntax
Zac Medico
2021-01-18
1
-13
/
+9
*
SubprocessExecTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-18
/
+14
*
ChildWatcherTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-6
/
+4
*
AsyncFunctionTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-6
/
+4
*
SimpleEmergeTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-9
/
+7
*
AuxdbTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-7
/
+5
*
RetryTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-19
/
+9
*
PipeLoggerTestCase: Use async and await syntax
Zac Medico
2021-01-18
1
-12
/
+10
*
coroutine: do not require loop parameter
Zac Medico
2021-01-18
1
-5
/
+1
*
bindbapi.aux_update: fix spurious package file renames
Zac Medico
2021-01-18
1
-1
/
+1
*
bindbapi.move_ent: use cpv_exists instead of getname
Zac Medico
2021-01-17
1
-1
/
+1
*
doebuild: use NamedTemporaryFile for PORTAGE_BINPKG_TMPFILE
Zac Medico
2021-01-17
1
-5
/
+8
*
Add @changed-subslot package set
Matt Turner
2021-01-17
3
-2
/
+50
*
bindbapi.move_ent: remove redundant self._pkg_str calls
Zac Medico
2021-01-17
1
-7
/
+3
*
vardbapi.move_ent: remove redundant self._pkg_str calls
Zac Medico
2021-01-17
1
-6
/
+2
*
Updates for portage-3.0.13 release
portage-3.0.13
Zac Medico
2021-01-11
3
-1
/
+14
*
global_event_loop: return running loop for current thread
Zac Medico
2021-01-11
2
-34
/
+24
*
AsyncioEventLoop: wrap child watcher for thread safety (bug 764905)
Zac Medico
2021-01-10
1
-1
/
+29
*
check_reverse_dependencies: dereference virtual expansions (bug 764764)
Zac Medico
2021-01-10
2
-1
/
+23
*
Add unit test demonstrating bug 764764
Zac Medico
2021-01-10
1
-1
/
+97
*
Make digests available to fetch command
Daniel M. Weeks
2021-01-09
2
-1
/
+19
*
Fix varexpand, splitting in fetch
Daniel M. Weeks
2021-01-09
1
-2
/
+3
*
_Retry: Use ensure_future for self._current_task
Zac Medico
2021-01-04
1
-2
/
+2
*
test_retry: use context manager to cancel pending futures
Zac Medico
2021-01-04
1
-75
/
+106
*
ci: enable repoman tests
Zac Medico
2021-01-02
3
-3
/
+4
*
ci: upgrade workflow to ubuntu-20.04
Zac Medico
2021-01-01
1
-1
/
+1
[next]