From f21335c10ce0d9d6950fe5932b0b233565e02557 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sun, 4 Oct 2020 02:05:10 +0000 Subject: 2020-10-04T02:00:01Z --- webos.html | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'webos.html') diff --git a/webos.html b/webos.html index b510a6eb3115..4fe2de6d8be4 100644 --- a/webos.html +++ b/webos.html @@ -40,51 +40,47 @@ 15
$ pmaint sync webos
 
- 16
WARNING:pkgcore:calculate repo at '/var/lib/repo-mirror-ci/sync/calculate', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            16
warning: Pulling without specifying how to reconcile divergent branches is
 
- 17
WARNING:pkgcore:distros repo at '/var/lib/repo-mirror-ci/sync/distros', 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
 
- 18
warning: Pulling without specifying how to reconcile divergent branches is
+            18
commands sometime before your next pull:
 
- 19
discouraged. You can squelch this message by running one of the following
+            19
 
- 20
commands sometime before your next pull:
+            20
  git config pull.rebase false  # merge (the default strategy)
 
- 21
+            21
  git config pull.rebase true   # rebase
 
- 22
  git config pull.rebase false  # merge (the default strategy)
+            22
  git config pull.ff only       # fast-forward only
 
- 23
  git config pull.rebase true   # rebase
+            23
 
- 24
  git config pull.ff only       # fast-forward only
+            24
You can replace "git config" with "git config --global" to set a default
 
- 25
+            25
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 26
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
 
- 27
preference for all repositories. You can also pass --rebase, --no-rebase,
+            27
invocation.
 
- 28
or --ff-only on the command line to override the configured default per
+            28
 
- 29
invocation.
+            29
Already up to date.
 
- 30
+            30
*** syncing webos
 
- 31
Already up to date.
+            31
*** synced webos
 
- 32
*** syncing webos
+            32
 * Sync succeeded
 
- 33
*** synced webos
+            33
$ git log --format=%ci -1
 
- 34
 * Sync succeeded
+            34
$ git show -q --pretty=format:%G? HEAD
 
- 35
$ git log --format=%ci -1
+            35
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 webos
 
- 36
$ git show -q --pretty=format:%G? HEAD
-
- 37
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 webos
-
- 38
 * Cache regenerated successfully
+            36
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad