emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GitLab CI setup file in scratch/tzz/gitlab


From: Lars Brinkhoff
Subject: Re: GitLab CI setup file in scratch/tzz/gitlab
Date: Fri, 28 Apr 2017 15:24:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Ted Zlatanov writes:
> The alternative is for me or someone else to constantly rebase and
> push my branch with that commit on top of "master." That's just
> annoying.

Yes, it would be annoying.

That said, couldn't you run this on your favourite online machine?

    git checkout master
    while :; do
      git fetch savannah
      git rebase savannah/master
      git push gitlab
      sleep 300
    done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]