Advertisement
Shnatsel

Untitled

Aug 3rd, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Note: you can test this guide at staging.launchpad.net without affecting the
  2. production environment, but don't forget to replace "launchpad.net" with
  3. "staging.launchpad.net" in all links.
  4.  
  5. First off, you'll need a Launchpad account. You can create one at:
  6. https://login.launchpad.net/+new_account
  7.  
  8. Then create a personal package archive (PPA) to host the packages at:
  9. https://launchpad.net/people/+me/+activate-ppa
  10. The name will default to "ppa"; choose it wisely because it won't be easy to
  11. change it later.
  12.  
  13. In general you'd have to request an import of git code to Launchpad to create
  14. daily builds of it, but cjdns code is already imported to lp:cjdns-apt
  15. See https://help.launchpad.net/Code/Imports for information on code imports.
  16.  
  17. Finally, create a daily build recipe for the code at:
  18. https://code.launchpad.net/+branch/cjdns-apt/+new-recipe
  19. Default settings should do, except two things:
  20. - check the distribution version coverage, you probably want to support all of
  21. them going back to Precise
  22. - make sure to point the recipe to the right PPA in case you have several
  23. - you might want to change the versioning scheme (first line in recipe text),
  24. see https://help.launchpad.net/Packaging/SourceBuilds/Recipes for docs on it.
  25. If graceful transition from Shnatsel's PPA is desired, you're best off with
  26. copying it from his recipe at:
  27. https://code.launchpad.net/~shnatsel/+recipe/cjdns-daily
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement