diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-10-17 15:26:57 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-10-17 15:26:57 +0000 |
commit | da16e17b12089c60422fb497336795bbbb98bb55 (patch) | |
tree | 8d79a443a37a098a2809442b514d010203670309 /ag-ops.txt | |
parent | 2019-10-17T15:00:01Z (diff) | |
download | repos-da16e17b12089c60422fb497336795bbbb98bb55.tar.gz repos-da16e17b12089c60422fb497336795bbbb98bb55.tar.bz2 repos-da16e17b12089c60422fb497336795bbbb98bb55.zip |
2019-10-17T15:20:01Z
Diffstat (limited to 'ag-ops.txt')
-rw-r--r-- | ag-ops.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ag-ops.txt b/ag-ops.txt index 78f9211a5958..0b21b6f28732 100644 --- a/ag-ops.txt +++ b/ag-ops.txt @@ -11,10 +11,16 @@ 'uri': 'git+ssh://git@gitlab.com/ILMostro/ag-ops.git'}], 'status': 'unofficial'} $ pmaint sync ag-ops -Already up to date. +fatal: unable to access 'https://gitlab.com/ILMostro/ag-ops.git/': Failed to connect to gitlab.com port 443: Connection timed out +*** syncing ag-ops +*** failed syncing ag-ops + * Sync failed with 1 + * Will try to re-create +$ pmaint sync ag-ops +Cloning into '/var/lib/repo-mirror-ci/sync/ag-ops'... *** syncing ag-ops *** synced ag-ops - * Sync succeeded + * Sync succeeded after re-adding $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 ag-ops |