We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

Juanje on 07/15/08


Tagged

ubuntu debian Package ppa dput dputcf


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

fontanon


PPA dput config


Published in: Bash 


  1. [DEFAULT]
  2. default_host_main = my-ppa
  3.  
  4. [my-ppa]
  5. fqdn = ppa.launchpad.net
  6. method = ftp
  7. incoming = ~my_launchpad_user/ubuntu/
  8. login = anonymous
  9. allow_unsigned_uploads = 0
  10.  
  11. [project-ppa]
  12. fqdn = ppa.launchpad.net
  13. method = ftp
  14. incoming = ~project/ubuntu
  15. login = anonymous
  16. allow_unsigned_uploads = 0

Report this snippet 

You need to login to post a comment.