Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:15:46 -0500
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        "pkg@freebsd.org" <pkg@freebsd.org>
Subject:   Poudriere code moved to https://github.com/freebsd/poudriere
Message-ID:  <541B3D72.8050502@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--0LHHc7J1vB0qN7Vmm1Kj85xVc2Iin52N6
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi,

Poudriere's code no longer is based in fossil. It has moved to
https://github.com/freebsd/poudriere. Fossil will not be kept synced.
Please submit patches as pull requests and issues on github going
forward (rather than the old fossil site).

This conversion is not compatible with the existing repository that I
had on github.com/bdrewery/poudriere. The one I had was only a
convenience and did not have tickets/commit-hashes converted. The new
conversion does have these migrated. There are no hashes in common.

Any checkouts you have will need to have customizations rebased onto the
new repository.

If you have no modifications to your own local repository than you can
just recheckout to the new one. Given the old had a 'trunk' head then
this should work:

# git remote add upstream https://github.com/freebsd/poudriere.git
# git remote update upstream
# git checkout -b master upstream/master

If you have made modifications then you will need to rebase onto the new
one. Look in your 'git log' and find the last upstream commit which I
will call UPSTREAM_COMMIT. Then rebase all of your work onto the new mast=
er:

# git remote add upstream https://github.com/freebsd/poudriere.git
# git remote update upstream
# git rebase --onto upstream/master UPSTREAM_COMMIT

Don't forget to git push -f to your own remote if needed.

--=20
Regards,
Bryan Drewery


--0LHHc7J1vB0qN7Vmm1Kj85xVc2Iin52N6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)

iQEcBAEBAgAGBQJUGz1zAAoJEDXXcbtuRpfPRrIH/2fUts32GLxgAKKlTCno9C0P
fno/0e+gRE3r2JkMrTa5TwYCuuFB4VS8aq8zsb7djJSMxQIPepEmip7wz16UBNy7
TMTt5hBlXtq6ViQLJrvMXSu56s+6HU2D9KGRMpO8wK1uDISy54idePqp8pQcV2HZ
uWUf0NbZmQW+mZvyNiIQujS2DvyfGqhOFegPzUrxHqXHdtLJBM8lVc4gzwRRcyJz
Wh/UTV0VThZHQ75Mr7cW+j3SnTazK0DgQlQ06OJPappxiP7oWCB0dcpXuPaOTQ5f
JsNxsThv2PfIzta6jQJWAsIGli/whqdAEpk9M2ZZsAOmiIlXeTNA9uX+RfZqrws=
=mBwn
-----END PGP SIGNATURE-----

--0LHHc7J1vB0qN7Vmm1Kj85xVc2Iin52N6--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?541B3D72.8050502>