[lsst-dm-stack-users] How to update a stack release

Robert Lupton the Good rhl at astro.princeton.edu
Mon Apr 21 16:41:43 PDT 2014


>> $> eups declare -c [package_name] b8
>> for each package.  Then you could just setup pipe_tasks.

Actually you can't do that.  It would be
 eups declare -c -t b8 [package_name]
and that's equivalent to
 eups declare -t current -t b8 [package_name]

You want
	eups tags --clone b8 current
but you may need a more recent eups than you have.

You can also do this with a shell pipeline
	eups list -t b13 --raw | perl -ne '@f = split /\|/; os.system("eups declare -t current @f[0] @f[1]")'
(n.b. possible typos)

					R

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://listserv.lsstcorp.org/pipermail/dm-users/attachments/20140421/3e0b359e/attachment.sig>


More information about the dm-users mailing list