1 | {'description': {'en': 'The Official Gentoo Haskell overlay.'},
|
2 | 'feed': ['https://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom'],
|
3 | 'homepage': 'https://github.com/gentoo-haskell',
|
4 | 'name': 'haskell',
|
5 | 'owner': [{'email': 'haskell@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'experimental',
|
7 | 'source': [{'type': 'git',
|
8 | 'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'},
|
9 | {'type': 'git',
|
10 | 'uri': 'git://github.com/gentoo-haskell/gentoo-haskell.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync haskell
|
15 | WARNING:pkgcore:SwordArMor repo at '/var/lib/repo-mirror-ci/sync/SwordArMor', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
16 | *** syncing haskell
|
17 | warning: Pulling without specifying how to reconcile divergent branches is
|
18 | discouraged. You can squelch this message by running one of the following
|
19 | commands sometime before your next pull:
|
20 |
|
21 | git config pull.rebase false # merge (the default strategy)
|
22 | git config pull.rebase true # rebase
|
23 | git config pull.ff only # fast-forward only
|
24 |
|
25 | You can replace "git config" with "git config --global" to set a default
|
26 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
27 | or --ff-only on the command line to override the configured default per
|
28 | invocation.
|
29 |
|
30 | From https://github.com/gentoo-haskell/gentoo-haskell
|
31 | a70b1fe6f..e01308e2b master -> origin/master
|
32 | Updating a70b1fe6f..e01308e2b
|
33 | Fast-forward
|
34 | .../rio-orphans/files/rio-orphans-0.1.1.0-add-monadloggerio.patch | 7 +++++--
|
35 | ...rio-orphans-0.1.1.0-r1.ebuild => rio-orphans-0.1.1.0-r2.ebuild} | 1 +
|
36 | 2 files changed, 6 insertions(+), 2 deletions(-)
|
37 | rename dev-haskell/rio-orphans/{rio-orphans-0.1.1.0-r1.ebuild => rio-orphans-0.1.1.0-r2.ebuild} (95%)
|
38 | *** synced haskell
|
39 | * Sync succeeded
|
40 | $ git log --format=%ci -1
|
41 | $ git show -q --pretty=format:%G? HEAD
|
42 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 haskell
|
43 | * Cache regenerated successfully
|