Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
small tarball note for devs
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Jul 12, 2010
1 parent 273087d commit ef34007
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/make-dist-remote.sh
Expand Up @@ -33,13 +33,14 @@ You need to have fab installed locally (not remotely). The remote build
directory need to be prepopulated with some checkout of the Nimbus git
repository (not the most recent one, just something).
It will pull to the latest in a tracked branch but you can provide a different
refspec.
It will pull to the latest in a tracked branch (so you can give 'HEAD' as
the argument to this script to just use the latest branch tip which is the
normal usage) but you can provide a different refspec.
The result will print, like:
http://www.nimbusproject.org/downloads/2010-07-08__20-24__4004a4d4-d45a-4547-81ff-73e4edd69b74/nimbus-2.5RC1.9-src.tar.gz
http://www.nimbusproject.org/downloads/2010-07-08__20-24__4004a4d4-d45a-4547-81ff-73e4edd69b74/nimbus-controls-2.5RC1.9.tar.gz
http://www.nimbusproject.org/downloads/2010-07-08_2024_4004a4d4/nimbus-2.5RC1.9-src.tar.gz
http://www.nimbusproject.org/downloads/2010-07-08_2024_4004a4d4/nimbus-controls-2.5RC1.9.tar.gz
Everything besides the git <refspec> is defined at the top of the script.
Expand Down

0 comments on commit ef34007

Please sign in to comment.