Changes between Version 10 and Version 11 of GitRepositoryDetails
- Timestamp:
- 07/01/15 13:08:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitRepositoryDetails
v10 v11 52 52 * `ssh-to-github`: The ssh command to push to Github. If you run this interactively, ssh will yell at you about permissions on the keypair. We should also rename this command. 53 53 54 == Setting Up A New Repository For A New Package==54 == Future Directions == 55 55 56 Use `/git/athena/repository-configuration/bin/create-repo`. 56 - TravisCI 57 * achernya says: When the git repositories are finally mirrored on GitHub, you can enable [https://travis-ci.org/ Travis CI] to build proposed changes (and master!) and verify that the build passes. This basically involves clicking the button in Travis CI to enable it for the repo, and adding a .travis.yml to tell it how to do the build. The [https://github.com/achernya/hesiod Hesiod] repository has an example. We could extend this to do full Debian package builds. 58 - Gerrit 59 - Branches for other packaging methods (e.g. rpm) or OSes (e.g. macos)