On Thu 2017-10-12 03:02:49 +0100, Chris Lamb wrote: > The GitHub repositories are read-only mirrors. If you are checking out > the code as a member of the Reproducible Builds team, then it makes more > sense to get it from Alioth, for example: > > $ git clone git.debian.org:/git/reproducible/strip-nondeterminism
or:
debcheckout strip-nondeterminism
That'll give you a local mirror that you can use to track upstream
changes, and to make your own changes. But you won't be able to
immediately push back to the upstream repo.
If you've made commits and you want to push them upstream and you've got
privileges to do so on alioth (i think you do, since "jathan-guest" is a
member of "scm_reproducible"), you can enable the local repo for pushing
like this:
cd strip-nondeterminism
git config remote.origin.pushurl
git.debian.org:/git/reproducible/strip-nondeterminism
hth,
--dkg
signature.asc
Description: PGP signature
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
