[lsst-dm-stack-users] In response to Mario's request

Paul Price price at astro.princeton.edu
Mon Oct 22 10:13:21 PDT 2012


On Oct 22, 2012, at 12:34 PM, Dave Monet wrote:
> 4) I moved on to other things, but had a desire to
>   return to the DM Stack to process the DECam images.
>   Robert Lupton and Paul Price pitched in, but Paul
>   sent me the appended note.  To me, this reads as if
>   it were in a dialect of regional Martian that I simply
>   do not understand.  I asked Paul for clarification, but
>   he was too busy.  I have no idea what "tickets" are about
>   and how to update based on these.  I have no idea how
>   to proceed with the git() to get the obs_decam package.

The "tickets" are branches within the software repositories.  "master" is another branch; "master" is to git as "trunk" is to svn.

To get a particular branch, clone the repository and checkout that branch.  Then you need to tell your system that you want to use it, and build it:

# Clone the repo
git clone git://dev.lsstcorp.org/LSST/DMS/<package>.git

# Get the right branch
cd <package>
git checkout <branch>

# Use this version of that package
setup -j -r .

# Build the package so you can use it
scons



More details on how to use git are at http://dev.lsstcorp.org/trac/wiki/GitDemoAndTutorial


P.



More information about the dm-users mailing list