From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 20:15:54 2014 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B1E45C for ; Thu, 18 Sep 2014 20:15:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 668BBD98 for ; Thu, 18 Sep 2014 20:15:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IKFs4N054470 for ; Thu, 18 Sep 2014 20:15:54 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8IKFrQe054467 for current@FreeBSD.org; Thu, 18 Sep 2014 20:15:53 GMT (envelope-from bdrewery) Received: (qmail 34598 invoked from network); 18 Sep 2014 15:15:51 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 18 Sep 2014 15:15:51 -0500 Message-ID: <541B3D72.8050502@FreeBSD.org> Date: Thu, 18 Sep 2014 15:15:46 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: "pkg@freebsd.org" Subject: Poudriere code moved to https://github.com/freebsd/poudriere OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0LHHc7J1vB0qN7Vmm1Kj85xVc2Iin52N6" X-Mailman-Approved-At: Thu, 18 Sep 2014 20:37:43 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:15:54 -0000 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--