From c65e737bcc3627c1b86fe0f4d61eda9b8c2ca50e Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 19 Jan 2021 08:03:43 +0000 Subject: 2021-01-19T07:30:01Z --- crocket-overlay.html | 100 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 79 insertions(+), 21 deletions(-) (limited to 'crocket-overlay.html') diff --git a/crocket-overlay.html b/crocket-overlay.html index 0b38f6a3c2ba..ba46940caedd 100644 --- a/crocket-overlay.html +++ b/crocket-overlay.html @@ -38,47 +38,105 @@ 14
$ pmaint sync crocket-overlay
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
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).
 
- 16
discouraged. You can squelch this message by running one of the following
+            16
warning: Pulling without specifying how to reconcile divergent branches is
 
- 17
commands sometime before your next pull:
+            17
discouraged. You can squelch this message by running one of the following
 
- 18
+            18
commands sometime before your next pull:
 
- 19
  git config pull.rebase false  # merge (the default strategy)
+            19
 
- 20
  git config pull.rebase true   # rebase
+            20
  git config pull.rebase false  # merge (the default strategy)
 
- 21
  git config pull.ff only       # fast-forward only
+            21
  git config pull.rebase true   # rebase
 
- 22
+            22
  git config pull.ff only       # fast-forward only
 
- 23
You can replace "git config" with "git config --global" to set a default
+            23
 
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+            24
You can replace "git config" with "git config --global" to set a default
 
- 25
or --ff-only on the command line to override the configured default per
+            25
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 26
invocation.
+            26
or --ff-only on the command line to override the configured default per
 
- 27
+            27
invocation.
 
- 28
Already up to date.
+            28
 
- 29
*** syncing crocket-overlay
+            29
From https://github.com/crocket/crocket-overlay
 
- 30
*** synced crocket-overlay
+            30
   ba0d6b8..e33fcd1  master     -> origin/master
 
- 31
 * Sync succeeded
+            31
Updating ba0d6b8..e33fcd1
 
- 32
$ git log --format=%ci -1
+            32
Fast-forward
 
- 33
$ git show -q --pretty=format:%G? HEAD
+            33
 licenses/BSL-1.0                                   |   5 +
 
- 34
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 crocket-overlay
+            34
 net-p2p/pirate-light-cli/Manifest                  | 274 ++++++++++++++++++
 
- 35
 * Cache regenerated successfully
+            35
 .../files/pirate-light-cli-1.0.0_p20191124.diff    |  56 ++++
+
+ 36
 net-p2p/pirate-light-cli/files/tower-h2-0.1.0.diff |  18 ++
+
+ 37
 net-p2p/pirate-light-cli/metadata.xml              |   4 +
+
+ 38
 .../pirate-light-cli-1.0.0_p20191124.ebuild        | 314 ++++++++++++++++++++
+
+ 39
 net-p2p/piratewallet-lite/Manifest                 | 255 +++++++++++++++++
+
+ 40
 .../files/arrrwalletlitelib-0.1.0.diff             |  57 ++++
+
+ 41
 .../files/piratewallet-lite-1.0.3.diff.gz          | Bin 0 -> 4900 bytes
+
+ 42
 .../piratewallet-lite/files/tower-h2-0.1.0.diff    |  18 ++
+
+ 43
 net-p2p/piratewallet-lite/metadata.xml             |   4 +
+
+ 44
 .../piratewallet-lite-1.0.3-r1.ebuild              | 317 +++++++++++++++++++++
+
+ 45
 12 files changed, 1322 insertions(+)
+
+ 46
 create mode 100644 licenses/BSL-1.0
+
+ 47
 create mode 100644 net-p2p/pirate-light-cli/Manifest
+
+ 48
 create mode 100644 net-p2p/pirate-light-cli/files/pirate-light-cli-1.0.0_p20191124.diff
+
+ 49
 create mode 100644 net-p2p/pirate-light-cli/files/tower-h2-0.1.0.diff
+
+ 50
 create mode 100644 net-p2p/pirate-light-cli/metadata.xml
+
+ 51
 create mode 100644 net-p2p/pirate-light-cli/pirate-light-cli-1.0.0_p20191124.ebuild
+
+ 52
 create mode 100644 net-p2p/piratewallet-lite/Manifest
+
+ 53
 create mode 100644 net-p2p/piratewallet-lite/files/arrrwalletlitelib-0.1.0.diff
+
+ 54
 create mode 100644 net-p2p/piratewallet-lite/files/piratewallet-lite-1.0.3.diff.gz
+
+ 55
 create mode 100644 net-p2p/piratewallet-lite/files/tower-h2-0.1.0.diff
+
+ 56
 create mode 100644 net-p2p/piratewallet-lite/metadata.xml
+
+ 57
 create mode 100644 net-p2p/piratewallet-lite/piratewallet-lite-1.0.3-r1.ebuild
+
+ 58
*** syncing crocket-overlay
+
+ 59
*** synced crocket-overlay
+
+ 60
 * Sync succeeded
+
+ 61
$ git log --format=%ci -1
+
+ 62
$ git show -q --pretty=format:%G? HEAD
+
+ 63
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 crocket-overlay
+
+ 64
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad