diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-04-13 05:49:01 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-04-13 05:49:01 +0000 |
commit | a2f81292e12b10ade8e84c7595d65aecc2117b88 (patch) | |
tree | 35b3ee23ed726aa310aa53b62ba0b7603b15da00 /bitcoin.txt | |
parent | 2022-04-13T05:30:01Z (diff) | |
download | repos-a2f81292e12b10ade8e84c7595d65aecc2117b88.tar.gz repos-a2f81292e12b10ade8e84c7595d65aecc2117b88.tar.bz2 repos-a2f81292e12b10ade8e84c7595d65aecc2117b88.zip |
2022-04-13T05:45:01Z
Diffstat (limited to 'bitcoin.txt')
-rw-r--r-- | bitcoin.txt | 50 |
1 files changed, 33 insertions, 17 deletions
diff --git a/bitcoin.txt b/bitcoin.txt index 017205c60230..d99bd7b6d518 100644 --- a/bitcoin.txt +++ b/bitcoin.txt @@ -12,24 +12,40 @@ pkgcore 0.12.8 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcoin *** syncing bitcoin From https://gitlab.com/bitcoin/gentoo - 62824b3..0a6ba45 master -> origin/master -Updating 62824b3..0a6ba45 -Fast-forward - dev-python/repoze-sphinx-autointerface/Manifest | 1 + - .../repoze-sphinx-autointerface/metadata.xml | 7 + - .../repoze-sphinx-autointerface-0.8-r1.ebuild | 31 ++++ - net-p2p/core-lightning/Manifest | 3 +- - ...rc2.ebuild => core-lightning-0.11.0_rc3.ebuild} | 205 +++++++++++++++++++-- - .../files/0.11.0-support-recent-libsecp256k1.patch | 172 ----------------- - .../core-lightning/files/lightningd-0.11.0.conf | 4 + - 7 files changed, 239 insertions(+), 184 deletions(-) - create mode 100644 dev-python/repoze-sphinx-autointerface/Manifest - create mode 100644 dev-python/repoze-sphinx-autointerface/metadata.xml - create mode 100644 dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild - rename net-p2p/core-lightning/{core-lightning-0.11.0_rc2.ebuild => core-lightning-0.11.0_rc3.ebuild} (66%) - delete mode 100644 net-p2p/core-lightning/files/0.11.0-support-recent-libsecp256k1.patch + + 0a6ba45...fb3b7e3 master -> origin/master (forced update) +hint: Pulling without specifying how to reconcile divergent branches is +hint: discouraged. You can squelch this message by running one of the following +hint: commands sometime before your next pull: +hint: +hint: git config pull.rebase false # merge (the default strategy) +hint: git config pull.rebase true # rebase +hint: git config pull.ff only # fast-forward only +hint: +hint: You can replace "git config" with "git config --global" to set a default +hint: preference for all repositories. You can also pass --rebase, --no-rebase, +hint: or --ff-only on the command line to override the configured default per +hint: invocation. +Committer identity unknown + +*** Please tell me who you are. + +Run + + git config --global user.email "you@example.com" + git config --global user.name "Your Name" + +to set your account's default identity. +Omit --global to set the identity only in this repository. + +fatal: empty ident name (for <repomirrorci@jacamar.gentoo.org>) not allowed +!!! failed syncing bitcoin + * Sync failed with 1 + * Will try to re-create +$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcoin +*** syncing bitcoin +Cloning into '/var/lib/repo-mirror-ci/sync/bitcoin'... *** synced bitcoin - * Sync succeeded + * Sync succeeded after re-adding $ 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 bitcoin |