Closed
Bug 926408
Opened 12 years ago
Closed 12 years ago
Version bump mozcrash to 0.9, release to pypi and mirror to mozilla-central
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla27
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(2 files, 1 obsolete file)
|
287 bytes,
patch
|
Details | Diff | Splinter Review | |
|
3.91 KB,
patch
|
Details | Diff | Splinter Review |
To pick up the changes in bug 923500.
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
[/c/src/mozbase]$ python versionbump.py mozcrash=0.9 --strict -m "Bug 926408 - Bump mozcr ash to v0.9"
Checking for pypirc: c:/Users/Ed\.pypirc
Pulling from git://github.com/mozilla/mozbase.git master
Running ['git', 'pull', 'git://github.com/mozilla/mozbase.git', 'master'], {'cwd': 'c:\\src\\mozbase', 'stderr': None, 'stdout': None}
From git://github.com/mozilla/mozbase
* branch master -> FETCH_HEAD
Current branch master is up to date.
Bumping mozcrash == 0.8 => 0.9
Commit changes to git@github.com:mozilla/mozbase.git: Bug 926408 - Bump mozcrash to v0.9
Running ['git', 'commit', '-a', '-m', 'Bug 926408 - Bump mozcrash to v0.9'], {'cwd': 'c:\\src\\mozbase'}
Running ['git', 'push', 'git@github.com:mozilla/mozbase.git', 'master'], {'cwd': 'c:\\src\\mozbase', 'stderr': None, 'stdout': None}
Counting objects: 7, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 421 bytes | 0 bytes/s, done.
Total 4 (delta 2), reused 0 (delta 0)
To git@github.com:mozilla/mozbase.git
fd8d2cc..7961549 master -> master
Updating tags for git@github.com:mozilla/mozbase.git: mozcrash-0.9
Running ['git', 'pull', '--tags', 'git@github.com:mozilla/mozbase.git', 'master'], {'cwd':
'c:\\src\\mozbase', 'stderr': None, 'stdout': None}
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 4), reused 4 (delta 0)
Unpacking objects: 100% (8/8), done.
From github.com:mozilla/mozbase
* branch master -> FETCH_HEAD
* [new tag] mozcrash-0.6 -> mozcrash-0.6
* [new tag] mozrunner-5.20 -> mozrunner-5.20
Current branch master is up to date.
Running ['git', 'tag', 'mozcrash-0.9'], {'cwd': 'c:\\src\\mozbase'}
Running ['git', 'push', '--tags', 'git@github.com:mozilla/mozbase.git', 'master'], {'cwd':
'c:\\src\\mozbase', 'stderr': None, 'stdout': None}
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:mozilla/mozbase.git
* [new tag] mozcrash-0.9 -> mozcrash-0.9
Uploading to pypi: mozcrash-0.9
Running ['c:\\Python27\\python.exe', 'setup.py', 'egg_info', '-RDb', '', 'sdist', 'upload'], {'cwd': 'c:\\src\\mozbase\\mozcrash'}
Pypi release:
https://pypi.python.org/pypi/mozcrash/0.9
Github tag:
https://github.com/mozilla/mozbase/tree/mozcrash-0.9
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
(Wrong file uploaded last time)
Attachment #816587 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 816588 [details] [diff] [review]
[mozilla-central] Mirror mozcrash v0.9
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/e788cc14a5d3
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•