1 | {'description': {'en': 'The Gentoo Science Overlay is intended as a place to '
|
2 | 'work\n'
|
3 | ' outside of the main portage tree on experimental '
|
4 | 'ebuilds. Our aim is to\n'
|
5 | ' increase the rate of development of scientific '
|
6 | 'packages for Gentoo, but\n'
|
7 | ' ebuilds in this repository are by their very '
|
8 | 'nature more experimental. If\n'
|
9 | ' you wish to use them you should be willing to help '
|
10 | 'test and report\n'
|
11 | ' bugs. For contribution read '
|
12 | 'https://wiki.gentoo.org/wiki/Project:Science/Contributing\n'
|
13 | ' '},
|
14 | 'feed': ['https://cgit.gentoo.org/proj/sci.git/atom/',
|
15 | 'https://github.com/gentoo-science/sci/commits/master.atom'],
|
16 | 'homepage': 'https://wiki.gentoo.org/wiki/Project:Science',
|
17 | 'name': 'science',
|
18 | 'owner': [{'email': 'sci@gentoo.org', 'name': 'sci', 'type': 'project'}],
|
19 | 'quality': 'experimental',
|
20 | 'source': [{'type': 'git',
|
21 | 'uri': 'https://anongit.gentoo.org/git/proj/sci.git'},
|
22 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/sci.git'},
|
23 | {'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/sci.git'},
|
24 | {'type': 'git', 'uri': 'https://github.com/gentoo-science/sci.git'},
|
25 | {'type': 'git', 'uri': 'git://github.com/gentoo-science/sci.git'},
|
26 | {'type': 'git', 'uri': 'git@github.com:gentoo-science/sci.git'}],
|
27 | 'status': 'official'}
|
28 | $ pmaint sync science
|
29 | warning: Pulling without specifying how to reconcile divergent branches is
|
30 | discouraged. You can squelch this message by running one of the following
|
31 | commands sometime before your next pull:
|
32 |
|
33 | git config pull.rebase false # merge (the default strategy)
|
34 | git config pull.rebase true # rebase
|
35 | git config pull.ff only # fast-forward only
|
36 |
|
37 | You can replace "git config" with "git config --global" to set a default
|
38 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
39 | or --ff-only on the command line to override the configured default per
|
40 | invocation.
|
41 |
|
42 | Already up to date.
|
43 | *** syncing science
|
44 | *** synced science
|
45 | * Sync succeeded
|
46 | $ git log --format=%ci -1
|
47 | $ git show -q --pretty=format:%G? HEAD
|
48 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 science
|
49 | * Cache regenerated successfully
|