Difference between revisions of "Releasing GotCloud"

From Genome Analysis Wiki
Jump to navigationJump to search
(Created page with 'Software for GotCloud is kept in a got repository on github (eventually). This document describes how we create the Debian and Redhat packages used with GotCloud. '''Get the sof…')
 
Line 1: Line 1:
 +
Back to parent: [[GotCloud]]
 +
 
Software for GotCloud is kept in a got repository on github (eventually).
 
Software for GotCloud is kept in a got repository on github (eventually).
 
This document describes how we create the Debian and Redhat packages used with GotCloud.
 
This document describes how we create the Debian and Redhat packages used with GotCloud.
Line 4: Line 6:
 
'''Get the software''' (in this case from our local repository):
 
'''Get the software''' (in this case from our local repository):
 
<code>
 
<code>
   ~/dev> git clone /net/mario/git/gotcloud gotcloud
+
   '''git clone ....git/gotcloud gotcloud'''
 
   Cloning into 'gotcloud'...
 
   Cloning into 'gotcloud'...
 
   done.
 
   done.
   ~/dev>  ls gotcloud
+
   '''ls gotcloud'''
 
   bin/  debian/  INSTALL.txt  README  scripts/  test/
 
   bin/  debian/  INSTALL.txt  README  scripts/  test/
 
</code>
 
</code>

Revision as of 14:50, 4 December 2012

Back to parent: GotCloud

Software for GotCloud is kept in a got repository on github (eventually). This document describes how we create the Debian and Redhat packages used with GotCloud.

Get the software (in this case from our local repository):

 git clone ....git/gotcloud gotcloud
 Cloning into 'gotcloud'...
 done.
 ls gotcloud
 bin/  debian/  INSTALL.txt  README  scripts/  test/