wiki:GitWorkflow

Version 2 (modified by vasilvv, 10 years ago) (diff)

fix a typo

Workflow for Submitting a patch to debathena:

  • Create a Github account.
  • Clone the repo from github.com/mit-athena
  • Push your change to your repo, and submit a pull request.

Pull requests from non-release-team:

  • Add repo as remote.
  • git cherry-pick -s remote/master
  • push

Non-native packages:

  • Push changes to master.
  • When ready to release, bump version in setup.py, VERSION, or configure.ac, and tag -a the version.
  • Push tags and version to master.
  • checkout debian
  • merge master into debian
  • Update changelog and packaging.
  • push debian to origin.