Solved poudriere switch branch

  • Thread starter Deleted member 45312
  • Start date
D

Deleted member 45312

Guest
Dear FreeBSD users,

I am using ports-mgmt/poudriere to build my own packages with the quarterly branch.
I am updating my port tree with the following command line :
# poudriere ports -u -v -p quarterly -B branches/2017Q2 -m svn
Does somebody could tell me how to switch branch from 2017Q2 to the future 2017Q3 without checking out an entire new port tree ?
 
Once you've set the branch and method you don't need to specify them explicitly to update. A poudriere ports -u -p quarterly would be enough.

Code:
root@molly:~ # poudriere ports -l
PORTSTREE METHOD    TIMESTAMP           PATH
default   svn+https 2017-06-24 19:29:19 /usr/local/poudriere/ports/default

Haven't tried it but doesn't this switch you automatically: poudriere ports -u -v -p quarterly -B branches/2017Q3?
 
Haven't tried it but doesn't this switch you automatically: poudriere ports -u -v -p quarterly -B branches/2017Q3?
Last time I tried, it doesn't. So I had to check out an entire port tree.
I will retry that soon when the branch will be available.
 
I am sorry to inform you that
# poudriere ports -u -v -p quarterly -B branches/2017Q3 -m svn
doesn't update to 2017Q3 branch.
So how could I update to 2017Q3 branch without checking out an entire ports tree ?
 
Back
Top