Re: svn commit: r284942 - in head/release: . scripts

2015-06-30 Thread Baptiste Daroussin
On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > why do we have both the env and the -y switch? > -y is not needed in this case Best regards, Bapt pgpr3

Re: svn commit: r284942 - in head/release: . scripts

2015-06-30 Thread Ian Lepore
On Tue, 2015-06-30 at 01:11 +, Glen Barber wrote: > On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > > > > why do we have both the env and the -y

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Glen Barber
On Tue, Jun 30, 2015 at 01:11:46AM +, Glen Barber wrote: > On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > > > > why do we have both the env and

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Glen Barber
On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > why do we have both the env and the -y switch? > Because if pkg is not bootstrapped (pkg(7) versus pkg(8)

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Philip M. Gollucci
On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > why do we have both the env and the -y switch? -- - Curb: Your ride is here 4096R/D21D2752

svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Brad Davis
Author: brd (doc,ports committer) Date: Mon Jun 29 21:26:41 2015 New Revision: 284942 URL: https://svnweb.freebsd.org/changeset/base/284942 Log: Add Support for uploading Vagrant images to Hashicorp Atlas. Approved by: re (gjb) Added: head/release/scripts/atlas-upload.sh (contents, pr