Date: Mon, 2 Sep 2013 00:17:24 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Boris Samorodov <bsam@passap.ru> Cc: FreeBSD ports list <freebsd-ports@FreeBSD.org> Subject: Re: [patch] poudriere (from repo): fix Message-ID: <20130901221723.GB23033@ithaqua.etoilebsd.net> In-Reply-To: <52239E52.9010100@passap.ru> References: <52239E52.9010100@passap.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2013 at 12:06:42AM +0400, Boris Samorodov wrote: > Hi All, Baptiste, >=20 > there is a hook (bulk.sh) which sends e-mails about starting and > finishing of builds. When the command to send an e-mail about > staring the build is envoked, the variable POUDRIERE_BUILD_TYPE > is not defined (exported). The resilting URL at the e-mail is > wrong. >=20 > I propose a tiny patch to fix the issue: > ----- > --- bulk.sh.orig 2013-09-01 23:55:56.744091397 +0400 > +++ bulk.sh 2013-09-01 23:57:20.067086589 +0400 > @@ -156,12 +156,12 @@ > echo " done" > fi >=20 > +export POUDRIERE_BUILD_TYPE=3Dbulk > + > run_hook bulk start >=20 > read_packages_from_params "$@" >=20 > -export POUDRIERE_BUILD_TYPE=3Dbulk > - > jail_start ${JAILNAME} ${PTNAME} ${SETNAME} >=20 > LOGD=3D`log_path` > ----- >=20 > Thanks! Thanks this has been committed into poudriere trunk! regards, Bapt --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlIjvPMACgkQ8kTtMUmk6Ezw2gCgv/HxX8d8JM44XUnt+07fGIME OccAn2yPCP6u6O71/fbYKi5Dfh4oXqo/ =fm2y -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130901221723.GB23033>