Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,103 bytes added ,  15:28, 4 December 2012
no edit summary
Line 107: Line 107:  
   dpkg --build debian/tmp .
 
   dpkg --build debian/tmp .
 
   dpkg-deb: building package `gotcloud-test' in `./gotcloud-test_1.0_amd64.deb'.
 
   dpkg-deb: building package `gotcloud-test' in `./gotcloud-test_1.0_amd64.deb'.
 +
  rm -rf tmp
 +
  Package file now in /home/tpg/dev/gotcloud
 +
  -rw-r--r-- 1 tpg tpg 433342984 Dec  4 14:11 gotcloud-test_1.0_amd64.deb
 +
 
 +
  Converting DEB into RPM
 +
  Warning: alien is not running as root!
 +
  Warning: Ownerships of files in the generated packages will probably be wrong.
 +
  gotcloud-test-1.0-2.x86_64.rpm generated
 +
  -rw-r--r-- 1 tpg tpg 433492134 Dec  4 14:17 gotcloud-test-1.0-2.x86_64.rpm
 
</code>
 
</code>
 +
 +
Make these available via FTP:
 +
 +
<code>
 +
  '''cd ~/dev/gotcloud'''
 +
  '''ls -la *.deb *.rpm'''
 +
  -rw-r--r-- 1 tpg tpg  3378883 Dec  4 14:06 gotcloud-bin-1.0-2.x86_64.rpm
 +
  -rw-r--r-- 1 tpg tpg  3366722 Dec  4 13:55 gotcloud-bin_1.0_amd64.deb
 +
  -rw-r--r-- 1 tpg tpg 433492134 Dec  4 14:17 gotcloud-test-1.0-2.x86_64.rpm
 +
  -rw-r--r-- 1 tpg tpg 433342984 Dec  4 14:11 gotcloud-test_1.0_amd64.deb
 +
 
 +
  scp *.deb *.rpm gotcloud@share.sph.umich.edu
 +
  gotcloud-bin_1.0_amd64.deb  ...
 +
  gotcloud-bin_1.0_amd64.deb  ...
 +
  gotcloud-test-1.0-2.x86_64.rpm  ...
 +
  gotcloud-test_1.0_amd64.deb      ...
 +
</code>
 +
 +
This makes the Debian and Redhat package files available to outsiders using anonymous FTP (or wget).
283

edits

Navigation menu