diff options
author | 2020-04-25 21:41:44 +0000 | |
---|---|---|
committer | 2020-04-25 21:41:44 +0000 | |
commit | cd0ab6aa667ddef8600f82dcf29d2fd0dc47656e (patch) | |
tree | c847702c07b65c3de1b508808fc767eb87075ad5 /bitcoin.txt | |
parent | 2020-04-25T20:30:01Z (diff) | |
download | repos-cd0ab6aa667ddef8600f82dcf29d2fd0dc47656e.tar.gz repos-cd0ab6aa667ddef8600f82dcf29d2fd0dc47656e.tar.bz2 repos-cd0ab6aa667ddef8600f82dcf29d2fd0dc47656e.zip |
2020-04-25T21:30:01Z
Diffstat (limited to 'bitcoin.txt')
-rw-r--r-- | bitcoin.txt | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/bitcoin.txt b/bitcoin.txt index ce37b28eb53b..ddc31fc1dade 100644 --- a/bitcoin.txt +++ b/bitcoin.txt @@ -8,16 +8,29 @@ 'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}], 'status': 'unofficial'} $ pmaint sync bitcoin -WARNING:pkgcore:HomeAssistantRepository repo at '/var/lib/repo-mirror-ci/sync/HomeAssistantRepository', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). From https://gitlab.com/bitcoin/gentoo - 4e1b589..08b86ba master -> origin/master -Updating 4e1b589..08b86ba -Fast-forward - dev-python/coincurve/coincurve-13.0.0.ebuild | 15 +++++++++++---- - 1 file changed, 11 insertions(+), 4 deletions(-) + + 08b86ba...abdc30a master -> origin/master (forced update) + +*** 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 +*** syncing bitcoin +!!! failed syncing bitcoin + * Sync failed with 1 + * Will try to re-create +$ pmaint sync bitcoin +Cloning into '/var/lib/repo-mirror-ci/sync/bitcoin'... *** syncing bitcoin *** synced bitcoin - * Sync succeeded + * Sync succeeded after re-adding $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin |