Closed
Bug 775343
Opened 13 years ago
Closed 13 years ago
versionbump.py doesnt actually upload to pypi
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
Attachments
(1 file)
|
646 bytes,
patch
|
carljm
:
review+
|
Details | Diff | Splinter Review |
(mozmill)│./versionbump.py mozInstall=1.2 -m 'Bug 775127 - bump
mozInstall version and release to pypi and update mozbase on mozilla
central'
Checking for pypirc: /home/jhammel/.pypirc
Pulling from git@github.com:mozilla/mozbase.git master
Running ['git', 'pull', 'git@github.com:mozilla/mozbase.git',
'master'], {'cwd': '/home/jhammel/mozmill/src/mozbase', 'stderr':
None, 'stdout': None}
Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
From github.com:mozilla/mozbase
* branch master -> FETCH_HEAD
Already up-to-date.
Bumping mozInstall == 1.1 => 1.2
Commit changes to git@github.com:mozilla/mozbase.git: Bug 775127 -
bump mozInstall version and release to pypi and update mozbase on
mozilla central
Running ['git', 'commit', '-a', '-m', 'Bug 775127 - bump mozInstall
version and release to pypi and update mozbase on mozilla central'],
{'cwd': '/home/jhammel/mozmill/src/mozbase'}
Running ['git', 'push', 'git@github.com:mozilla/mozbase.git',
'master'], {'cwd': '/home/jhammel/mozmill/src/mozbase', 'stderr':
None, 'stdout': None}
Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 402 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
To git@github.com:mozilla/mozbase.git
68e2ed9..c184909 master -> master
Updating tags for git@github.com:mozilla/mozbase.git: mozInstall-1.2
Running ['git', 'pull', '--tags',
'git@github.com:mozilla/mozbase.git', 'master'], {'cwd':
'/home/jhammel/mozmill/src/mozbase', 'stderr': None, 'stdout': None}
Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
remote: Counting objects: 1, done.
remote: Total 1 (delta 0), reused 1 (delta 0)
Unpacking objects: 100% (1/1), done.
From github.com:mozilla/mozbase
* branch master -> FETCH_HEAD
- [tag update] mozilla-central -> mozilla-central
* [new tag] mozinstall-1.0 -> mozinstall-1.0
* [new tag] mozinstall-1.1 -> mozinstall-1.1
* [new tag] mozprocess-0.2 -> mozprocess-0.2
* [new tag] mozprocess-0.3 -> mozprocess-0.3
* [new tag] mozprocess-0.4 -> mozprocess-0.4
* [new tag] mozprofile-0.3.2 -> mozprofile-0.3.2
* [new tag] mozprofile-0.4 -> mozprofile-0.4
* [new tag] mozrunner-5.5 -> mozrunner-5.5
* [new tag] mozrunner-5.6 -> mozrunner-5.6
* [new tag] mozrunner-5.7 -> mozrunner-5.7
* [new tag] mozrunner-5.8 -> mozrunner-5.8
Already up-to-date.
Running ['git', 'tag', 'mozInstall-1.2'], {'cwd':
'/home/jhammel/mozmill/src/mozbase'}
Running ['git', 'push', '--tags',
'git@github.com:mozilla/mozbase.git', 'master'], {'cwd':
'/home/jhammel/mozmill/src/mozbase', 'stderr': None, 'stdout': None}
Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:mozilla/mozbase.git
* [new tag] mozInstall-1.2 -> mozInstall-1.2
Uploading to pypi:
However, nothing actually gets uploaded to pypi.
(I have since uploaded so it is now there, but i assure you, it was
not initially uploaded)
Comment 1•13 years ago
|
||
It was working fine for me a couple of days ago when i have bumped mozrunner and mozprocess.
| Reporter | ||
Comment 2•13 years ago
|
||
It worked in this case as mozprocess is a dependency of mozrunner
| Reporter | ||
Comment 3•13 years ago
|
||
Attachment #643659 -
Flags: review?(wlachance)
Comment 4•13 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #3)
> Created attachment 643659 [details] [diff] [review]
> fix this
I'm not really sure if I understand what this code is doing well enough to review it. Perhaps someone like :carljm might be a better choice?
| Reporter | ||
Comment 5•13 years ago
|
||
Comment on attachment 643659 [details] [diff] [review]
fix this
worksforme
Attachment #643659 -
Flags: review?(wlachance) → review?(cmeyer)
Updated•13 years ago
|
Attachment #643659 -
Flags: review?(cmeyer) → review+
| Reporter | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•