From 4546d4a843242a7b13a606e296605c306964dbe3 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Mon, 8 Feb 2021 08:17:55 +0000 Subject: 2021-02-08T07:00:01Z --- tgbugs-overlay.html | 116 ++++++++++------------------------------------------ 1 file changed, 22 insertions(+), 94 deletions(-) (limited to 'tgbugs-overlay.html') diff --git a/tgbugs-overlay.html b/tgbugs-overlay.html index 39bcc583134c..bb7587a5a9f5 100644 --- a/tgbugs-overlay.html +++ b/tgbugs-overlay.html @@ -40,121 +40,49 @@ 15
$ pmaint sync tgbugs-overlay
 
- 16
warning: Pulling without specifying how to reconcile divergent branches is
+            16
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).
 
- 17
discouraged. You can squelch this message by running one of the following
+            17
warning: Pulling without specifying how to reconcile divergent branches is
 
- 18
commands sometime before your next pull:
+            18
discouraged. You can squelch this message by running one of the following
 
- 19
+            19
commands sometime before your next pull:
 
- 20
  git config pull.rebase false  # merge (the default strategy)
+            20
 
- 21
  git config pull.rebase true   # rebase
+            21
  git config pull.rebase false  # merge (the default strategy)
 
- 22
  git config pull.ff only       # fast-forward only
+            22
  git config pull.rebase true   # rebase
 
- 23
+            23
  git config pull.ff only       # fast-forward only
 
- 24
You can replace "git config" with "git config --global" to set a default
+            24
 
- 25
preference for all repositories. You can also pass --rebase, --no-rebase,
+            25
You can replace "git config" with "git config --global" to set a default
 
- 26
or --ff-only on the command line to override the configured default per
+            26
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 27
invocation.
+            27
or --ff-only on the command line to override the configured default per
 
- 28
+            28
invocation.
 
- 29
From https://github.com/tgbugs/tgbugs-overlay
+            29
 
- 30
   df27e5e..643b891  master     -> origin/master
+            30
Already up to date.
 
- 31
Updating df27e5e..643b891
+            31
*** syncing tgbugs-overlay
 
- 32
Fast-forward
+            32
*** synced tgbugs-overlay
 
- 33
 dev-python/billiard/Manifest                       |   2 +
+            33
 * Sync succeeded
 
- 34
 dev-python/billiard/billiard-3.6.0.0.ebuild        |  43 +++++
+            34
$ git log --format=%ci -1
 
- 35
 dev-python/celery/Manifest                         |   2 +
+            35
$ git show -q --pretty=format:%G? HEAD
 
- 36
 dev-python/celery/celery-5.0.5.ebuild              | 126 +++++++++++++
+            36
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tgbugs-overlay
 
- 37
 dev-python/celery/files                            |   1 -
-
- 38
 dev-python/celery/files/celery.confd-r2            |  51 +++++
-
- 39
 dev-python/celery/files/celery.initd-r2            | 205 +++++++++++++++++++++
-
- 40
 dev-python/elasticsearch-py/Manifest               |   3 +
-
- 41
 .../elasticsearch-py/elasticsearch-py-7.7.0.ebuild | 109 +++++++++++
-
- 42
 dev-python/interlex/Manifest                       |   2 +-
-
- 43
 dev-python/interlex/interlex-9999.ebuild           |   8 +-
-
- 44
 dev-python/kombu/Manifest                          |   4 +-
-
- 45
 .../{kombu-4.6.3-r1.ebuild => kombu-5.0.2.ebuild}  |  25 ++-
-
- 46
 dev-python/py-amqp/Manifest                        |   4 +-
-
- 47
 ...y-amqp-2.5.0-r1.ebuild => py-amqp-5.0.5.ebuild} |   9 +-
-
- 48
 dev-python/pyro/Manifest                           |   6 +-
-
- 49
 dev-python/pyro/pyro-4.56-r1.ebuild                |  76 --------
-
- 50
 .../pyro/{pyro-4.77-r1.ebuild => pyro-4.80.ebuild} |   9 +-
-
- 51
 dev-python/vine/Manifest                           |   2 +
-
- 52
 dev-python/vine/vine-5.0.0.ebuild                  |  29 +++
-
- 53
 20 files changed, 607 insertions(+), 109 deletions(-)
-
- 54
 create mode 100644 dev-python/billiard/Manifest
-
- 55
 create mode 100644 dev-python/billiard/billiard-3.6.0.0.ebuild
-
- 56
 create mode 100644 dev-python/celery/celery-5.0.5.ebuild
-
- 57
 delete mode 120000 dev-python/celery/files
-
- 58
 create mode 100644 dev-python/celery/files/celery.confd-r2
-
- 59
 create mode 100644 dev-python/celery/files/celery.initd-r2
-
- 60
 create mode 100644 dev-python/elasticsearch-py/elasticsearch-py-7.7.0.ebuild
-
- 61
 rename dev-python/kombu/{kombu-4.6.3-r1.ebuild => kombu-5.0.2.ebuild} (75%)
-
- 62
 rename dev-python/py-amqp/{py-amqp-2.5.0-r1.ebuild => py-amqp-5.0.5.ebuild} (86%)
-
- 63
 delete mode 100644 dev-python/pyro/pyro-4.56-r1.ebuild
-
- 64
 rename dev-python/pyro/{pyro-4.77-r1.ebuild => pyro-4.80.ebuild} (86%)
-
- 65
 create mode 100644 dev-python/vine/Manifest
-
- 66
 create mode 100644 dev-python/vine/vine-5.0.0.ebuild
-
- 67
*** syncing tgbugs-overlay
-
- 68
*** synced tgbugs-overlay
-
- 69
 * Sync succeeded
-
- 70
$ git log --format=%ci -1
-
- 71
$ git show -q --pretty=format:%G? HEAD
-
- 72
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tgbugs-overlay
-
- 73
 * Cache regenerated successfully
+            37
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad