947
edits
(→Versioning: better trext) |
|||
Line 243: | Line 243: | ||
* versionbump.py can only handle simple dependencies. That is for install_requires, foo, foo == 1.2.3, bar >= 4.5.6 are fine, but foo == 1.1, == 1.2 is not. Mozbase currently only has simple dependencies. | * versionbump.py can only handle simple dependencies. That is for install_requires, foo, foo == 1.2.3, bar >= 4.5.6 are fine, but foo == 1.1, == 1.2 is not. Mozbase currently only has simple dependencies. | ||
=== Mirroring === | === Mirroring to Mozilla-Central === | ||
A copy of mozbase is mirrored to mozilla-central for use by software | A copy of [https://github.com/mozilla/mozbase mozbase] is mirrored to [http://hg.mozilla.org/mozilla-central mozilla-central] for use by software there: http://mxr.mozilla.org/mozilla-central/source/testing/mozbase/ . | ||
there: http://mxr.mozilla.org/mozilla-central/source/testing/mozbase/ . | |||
All commits should be made against the github mozbase repository, not | All commits should be made against the github mozbase repository, not | ||
Line 255: | Line 254: | ||
bug should be filed to mirror the appropriate package stating the | bug should be filed to mirror the appropriate package stating the | ||
reason the package should be mirrored. When appropriate, mozbase | reason the package should be mirrored. When appropriate, mozbase | ||
packages should be mirrored on version bump. | packages should be mirrored on [[#Versioning version bump]]. | ||
Since several packages in mozbase are dependent on other mozbase | Since several packages in mozbase are dependent on other mozbase | ||
Line 263: | Line 262: | ||
mirrored. Similarly, if any of the packages that the package to be | mirrored. Similarly, if any of the packages that the package to be | ||
mirrored depends on have not already been mirrored to m-c, these | mirrored depends on have not already been mirrored to m-c, these | ||
should also be mirrored. | should also be mirrored to maintain intra-compatability. | ||
==== Using generate_diff.py ==== | ==== Using generate_diff.py ==== |
edits