Closed
Bug 1420943
Opened 7 years ago
Closed 7 years ago
Update maxVersions on AMO for 60 nightly
Categories
(Cloud Services :: Operations: AMO, task)
Cloud Services
Operations: AMO
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jorgev, Assigned: wezhou)
Details
+++ This bug was initially created as a clone of Bug #1409150 +++
We need the appversions for all AMO applications to be upgraded:
./venv/bin/python manage.py addnewversion android "59.*"
./venv/bin/python manage.py addnewversion android "60.0a1"
./venv/bin/python manage.py addnewversion android "60.0a2"
./venv/bin/python manage.py addnewversion android "60.0"
./venv/bin/python manage.py addnewversion thunderbird "59.*"
./venv/bin/python manage.py addnewversion thunderbird "60.0a1"
./venv/bin/python manage.py addnewversion thunderbird "60.0a2"
./venv/bin/python manage.py addnewversion thunderbird "60.0"
./venv/bin/python manage.py addnewversion thunderbird "45.10.0"
./venv/bin/python manage.py addnewversion firefox "59.*"
./venv/bin/python manage.py addnewversion firefox "60.0a1"
./venv/bin/python manage.py addnewversion firefox "60.0a2"
./venv/bin/python manage.py addnewversion firefox "60.0"
./venv/bin/python manage.py addnewversion seamonkey "2.56.*"
./venv/bin/python manage.py addnewversion seamonkey "2.57a1"
./venv/bin/python manage.py addnewversion seamonkey "2.57a2"
./venv/bin/python manage.py addnewversion seamonkey "2.57"
Ran this on all 3 envs, -dev, -stage and -prod.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•