Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 4, 2012, 4:12:59 AM (12 years ago)
- Author:
-
QuLogic
- Comment:
-
More mtn->hg stuff
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v57
|
v58
|
|
23 | 23 | 1. Tag the repository. |
24 | 24 | {{{ |
25 | | TAG=v2.6.2 # for example |
| 25 | VERSION=2.6.2 # for example |
| 26 | TAG=v$VERSION |
26 | 27 | hg tag -r $REVISION $TAG |
27 | 28 | }}} |
28 | | 1. Check out the tagged code (TODO: What's the best way to do this with hg while checking out/copying/cloning a local repo?) |
| 29 | 1. Extract the tagged code |
29 | 30 | {{{ |
30 | | mtn -d $DATABASE co -r t:$TAG pidgin-$VERSION |
| 31 | hg archive -r $TAG ../pidgin-$VERSION |
31 | 32 | }}} |
32 | 33 | 1. Run {{{./autogen.sh}}} |
… |
… |
|
34 | 35 | This will perform the following steps (which can also be done by hand at this point): |
35 | 36 | a. Run {{{make distcheck}}} (optional; use {{{make packages}}} instead of {{{make release}}} to skip this in automation. It really is a good idea, though!) |
36 | | a. Verify that the revision tagged with this version's tag name (v$VERSION) is the same as the revision in the current workspace, and that there are no changes to the current workspace |
| 37 | a. Verify that the revision tagged with this version's tag name (v$VERSION) is the same as the revision in the current workspace, and that there are no changes to the current workspace |
37 | 38 | a. Run {{{make dist-gzip}}} and {{{make dist-bzip2}}} |
38 | 39 | a. Sign the two tarballs |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!