[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: request for votes for continuous integration system
From: |
Ted Zlatanov |
Subject: |
Re: request for votes for continuous integration system |
Date: |
Sun, 13 Aug 2017 22:22:33 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
On Sun, 13 Aug 2017 00:18:01 -0700 Paul Eggert <address@hidden> wrote:
PE> Toon Claes wrote:
>> - Set up a private GitLab CE instance and build some custom scripts to
>> /manually/ sync the repo from Savannah to GitLab.
PE> As this is the only option that uses free software, it's the only one that
a GNU
PE> project like Emacs could reasonably use.
Yes. It's not hard to automate: `git fetch --all --tags --prune' to a
local clone (bare repo), followed by `git push -f --prune --mirror' to
the GitLab remote. We just need a machine where the script can live.
Ted