From a70d1c10c4e855954e571abb75386fa66171e96d Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 18 Mar 2022 11:48:57 +0000 Subject: 2022-03-18T11:45:01Z --- waebbl.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 59 insertions(+), 19 deletions(-) (limited to 'waebbl.html') diff --git a/waebbl.html b/waebbl.html index 7c0cb344eabd..08e9355cc00b 100644 --- a/waebbl.html +++ b/waebbl.html @@ -44,43 +44,83 @@ 17
*** syncing waebbl
 
- 18
hint: Pulling without specifying how to reconcile divergent branches is
+            18
From https://github.com/waebbl/waebbl-gentoo
 
- 19
hint: discouraged. You can squelch this message by running one of the following
+            19
   7fdece0..c601db1  master     -> origin/master
 
- 20
hint: commands sometime before your next pull:
+            20
hint: Pulling without specifying how to reconcile divergent branches is
 
- 21
hint: 
+            21
hint: discouraged. You can squelch this message by running one of the following
 
- 22
hint:   git config pull.rebase false  # merge (the default strategy)
+            22
hint: commands sometime before your next pull:
 
- 23
hint:   git config pull.rebase true   # rebase
+            23
hint: 
 
- 24
hint:   git config pull.ff only       # fast-forward only
+            24
hint:   git config pull.rebase false  # merge (the default strategy)
 
- 25
hint: 
+            25
hint:   git config pull.rebase true   # rebase
 
- 26
hint: You can replace "git config" with "git config --global" to set a default
+            26
hint:   git config pull.ff only       # fast-forward only
 
- 27
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
+            27
hint: 
 
- 28
hint: or --ff-only on the command line to override the configured default per
+            28
hint: You can replace "git config" with "git config --global" to set a default
 
- 29
hint: invocation.
+            29
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 30
Already up to date.
+            30
hint: or --ff-only on the command line to override the configured default per
 
- 31
*** synced waebbl
+            31
hint: invocation.
 
- 32
 * Sync succeeded
+            32
Committer identity unknown
 
- 33
$ git log --format=%ci -1
+            33
 
- 34
$ git show -q --pretty=format:%G? HEAD
+            34
*** Please tell me who you are.
 
- 35
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 waebbl
+            35
 
- 36
 * Cache regenerated successfully
+            36
Run
+
+ 37
+
+ 38
  git config --global user.email "you@example.com"
+
+ 39
  git config --global user.name "Your Name"
+
+ 40
+
+ 41
to set your account's default identity.
+
+ 42
Omit --global to set the identity only in this repository.
+
+ 43
+
+ 44
fatal: empty ident name (for <repomirrorci@jacamar.gentoo.org>) not allowed
+
+ 45
!!! failed syncing waebbl
+
+ 46
 * Sync failed with 1
+
[FATAL] + 47
 * Will try to re-create
+
+ 48
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync waebbl
+
+ 49
*** syncing waebbl
+
+ 50
Cloning into '/var/lib/repo-mirror-ci/sync/waebbl'...
+
+ 51
*** synced waebbl
+
+ 52
 * Sync succeeded after re-adding
+
+ 53
$ git log --format=%ci -1
+
+ 54
$ git show -q --pretty=format:%G? HEAD
+
+ 55
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 waebbl
+
+ 56
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad