Changes between Version 4 and Version 5 of CommittingYourChanges


Ignore:
Timestamp:
07/01/15 14:33:27 (9 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittingYourChanges

    v4 v5  
    77**NOTE**: This document assumes that the remote named `origin` is the repository on `git.mit.edu`. 
    88 
    9 == Native Packages == 
     9== Non-Native Packages == 
    1010 
    11 For native packages, changes are broken into changes to the "upstream" code itself (on the `master` branch), or changes to the packaging (on the `debian` branch).  For example, if [https://github.com/mit-athena/getcluster getcluster] throws a Python exception, and you fix that, that would be a change to the code itself.  If, on the other hand, you're just updating a dependency in the `control` file, then that's a change to the packaging only. 
     11For non-native packages, changes are broken into changes to the "upstream" code itself (on the `master` branch), or changes to the packaging (on the `debian` branch).  For example, if [https://github.com/mit-athena/getcluster getcluster] throws a Python exception, and you fix that, that would be a change to the code itself.  If, on the other hand, you're just updating a dependency in the `control` file, then that's a change to the packaging only. 
    1212 
    1313=== Changing `master` ===