Changes between Initial Version and Version 1 of SettingUpACanonicalBuildArea


Ignore:
Timestamp:
04/24/12 12:42:39 (12 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpACanonicalBuildArea

    v1 v1  
     1 
     2  1. Create an empty directory and cd into it.  The canonical build 
     3     area lives in /mit/debathena/packages/. 
     4 
     5  2. Run gen-packages to create the table of normal Debian packages. 
     6 
     7  3. Run dasource to create subdirs and source packages for each 
     8     normal Debian package. 
     9 
     10  4. Create checkouts of the meta and third directories: 
     11 
     12     svn co svn+ssh://svn.mit.edu/athena/trunk/debathena/meta 
     13     svn co svn+ssh://svn.mit.edu/athena/trunk/debathena/third 
     14     chmod 777 meta/* 
     15 
     16     A couple of subdirectories of debathena/meta are normal Debian 
     17     packages, so this will create redundant copies of those.  Ignore 
     18     them; they won't be used. 
     19