Changes between Version 60 and Version 61 of BuildingDebianPackages
- Timestamp:
- 12/09/09 05:50:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v60 v61 152 152 To upload to the PPA you need to be on the active member list of [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad]. 153 153 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.154 Note 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. 155 155 156 156 ==== setup gpg-agent ==== … … 314 314 315 315 sudo apt-get build-dep bcfg2 bcfg2-server 316 aptitude install subversion316 sudo aptitude install subversion 317 317 318 318 # Trunk, or specify a revision; also something was said about being able