ryans

1
{'description': {'en': 'Personal ebuild repository.'},
2
 'feed': ['https://github.com/bekcpear/ryans-repos/commits/main.atom'],
3
 'homepage': 'https://github.com/bekcpear/ryans-repos',
4
 'name': 'ryans',
5
 'owner': [{'email': 'i@bitbili.net', 'name': 'Ryan Qian', 'type': 'person'}],
6
 'quality': 'experimental',
7
 'source': [{'type': 'git',
8
             'uri': 'https://github.com/bekcpear/ryans-repos.git'},
9
            {'type': 'git', 'uri': 'git@github.com:bekcpear/ryans-repos.git'}],
10
 'status': 'unofficial'}
11
$ pmaint sync ryans
12
*** syncing ryans
13
warning: Pulling without specifying how to reconcile divergent branches is
14
discouraged. You can squelch this message by running one of the following
15
commands sometime before your next pull:
16
17
  git config pull.rebase false  # merge (the default strategy)
18
  git config pull.rebase true   # rebase
19
  git config pull.ff only       # fast-forward only
20
21
You can replace "git config" with "git config --global" to set a default
22
preference for all repositories. You can also pass --rebase, --no-rebase,
23
or --ff-only on the command line to override the configured default per
24
invocation.
25
26
From https://github.com/bekcpear/ryans-repos
27
   7292623..0a2320c  main       -> origin/main
28
Updating 7292623..0a2320c
29
Fast-forward
30
 app-admin/z16/Manifest        | 28 ++++++++++++++--------------
31
 app-admin/z16/z16-9999.ebuild |  4 ++--
32
 2 files changed, 16 insertions(+), 16 deletions(-)
33
*** synced ryans
34
 * Sync succeeded
35
$ git log --format=%ci -1
36
$ git show -q --pretty=format:%G? HEAD
37
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 ryans
38
 * Cache regenerated successfully