diff options
Diffstat (limited to 'without-systemd.txt')
-rw-r--r-- | without-systemd.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/without-systemd.txt b/without-systemd.txt new file mode 100644 index 000000000000..1344e0b1ca87 --- /dev/null +++ b/without-systemd.txt @@ -0,0 +1,24 @@ +{'description': {'en': 'Without Systemd overlay'}, + 'homepage': 'https://github.com/KenjiBrown/without-systemd', + 'name': 'without-systemd', + 'owner': [{'email': 'sandino@sandino.net', + 'name': 'Sandino Araico Sanchez', + 'type': 'person'}], + 'quality': 'experimental', + 'source': [{'type': 'git', + 'uri': 'https://github.com/KenjiBrown/without-systemd.git'}], + 'status': 'unofficial'} +pkgcore 0.12.12 + + * Adding new repository +$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync without-systemd +ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache. +*** syncing without-systemd +Cloning into '/var/lib/repo-mirror-ci/sync/without-systemd'... +*** synced without-systemd + * Sync succeeded +$ git log --format=%ci -1 +$ git show -q --pretty=format:%G? HEAD +$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 without-systemd +ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache. + * Cache regenerated successfully |