From 6e28d2f47b77504664700a9962c5f684a3316a92 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 22 Sep 2020 05:35:29 +0000 Subject: 2020-09-22T05:30:01Z --- gnuradio.html | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'gnuradio.html') diff --git a/gnuradio.html b/gnuradio.html index b42210f19856..4c961996ef8f 100644 --- a/gnuradio.html +++ b/gnuradio.html @@ -30,47 +30,49 @@ 10
$ pmaint sync gnuradio
 
- 11
warning: Pulling without specifying how to reconcile divergent branches is
+            11
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).
 
- 12
discouraged. You can squelch this message by running one of the following
+            12
warning: Pulling without specifying how to reconcile divergent branches is
 
- 13
commands sometime before your next pull:
+            13
discouraged. You can squelch this message by running one of the following
 
- 14
+            14
commands sometime before your next pull:
 
- 15
  git config pull.rebase false  # merge (the default strategy)
+            15
 
- 16
  git config pull.rebase true   # rebase
+            16
  git config pull.rebase false  # merge (the default strategy)
 
- 17
  git config pull.ff only       # fast-forward only
+            17
  git config pull.rebase true   # rebase
 
- 18
+            18
  git config pull.ff only       # fast-forward only
 
- 19
You can replace "git config" with "git config --global" to set a default
+            19
 
- 20
preference for all repositories. You can also pass --rebase, --no-rebase,
+            20
You can replace "git config" with "git config --global" to set a default
 
- 21
or --ff-only on the command line to override the configured default per
+            21
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 22
invocation.
+            22
or --ff-only on the command line to override the configured default per
 
- 23
+            23
invocation.
 
- 24
Already up to date.
+            24
 
- 25
*** syncing gnuradio
+            25
Already up to date.
 
- 26
*** synced gnuradio
+            26
*** syncing gnuradio
 
- 27
 * Sync succeeded
+            27
*** synced gnuradio
 
- 28
$ git log --format=%ci -1
+            28
 * Sync succeeded
 
- 29
$ git show -q --pretty=format:%G? HEAD
+            29
$ git log --format=%ci -1
 
- 30
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gnuradio
+            30
$ git show -q --pretty=format:%G? HEAD
 
- 31
 * Cache regenerated successfully
+            31
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gnuradio
+
+ 32
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad