Changes between Version 60 and Version 61 of BuildingDebianPackages


Ignore:
Timestamp:
12/09/09 05:50:50 (13 years ago)
Author:
dclark
Comment:

Added some needed sudos

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v60 v61  
    152152To upload to the PPA you need to be on the active member list of [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad]. 
    153153 
    154 Note that '''after each successful upload''', you should wait until the PPA is built, and then '''install it locally''' using "aptitude update; aptitude install (packagename)" so the next build doesn't fail on your local machine. If you don't want to wait for a PPA binary build to complete, you can "apt-get source (packagename)" and do a local build before the PPA build is done.    
     154Note that '''after each successful upload''', you should wait until the PPA is built, and then '''install it locally''' using "sudo aptitude update; sudo aptitude install (packagename)" so the next build doesn't fail on your local machine. If you don't want to wait for a PPA binary build to complete, you can "apt-get source (packagename)" and do a local build before the PPA build is done.  
    155155 
    156156==== setup gpg-agent ==== 
     
    314314 
    315315sudo apt-get build-dep bcfg2 bcfg2-server 
    316 aptitude install subversion 
     316sudo aptitude install subversion 
    317317 
    318318# Trunk, or specify a revision; also something was said about being able