Closed Bug 966095 Opened 11 years ago Closed 11 years ago

please rename b2g28_v1_3 branch in graphs + graphs-staging

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: bjohnson)

References

Details

I tried running update branches set name='Mozilla-B2g28-v1.3' where name='Mozilla-B2g28_v1.3'; but don't have update perms. I'd love to have this done by mid-day tomorrow (Friday Jan31) so I can verify the branch works properly before merge day (Monday). Filed bug 966092 for the root cause.
Executed! Thanks!
Assignee: server-ops-database → bjohnson
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
RyanVM poked me on IRC about this; I ran mysql> INSERT INTO branches SET name="Mozilla-B2g28-v1.3-Non-PGO"; Query OK, 1 row affected (0.22 sec) Based on the error of: No branch_id for a branch_name 'Mozilla-B2g28-v1.3-Non-PGO' can be found"
mysql> SELECT * from branches where name LIKE "%b2g28%"; +-----+----------------------------+ | id | name | +-----+----------------------------+ | 221 | Mozilla-B2g28-v1.3 | | 223 | Mozilla-B2g28-v1.3-Non-PGO | +-----+----------------------------+ 2 rows in set (0.09 sec)
:callek - thanx! Was that on staging or production that you fixed it? Also, is everything correct now?
I think comment 2 was a[n additional] failure on my part in bug 920316.
Thanx for owning up (and makes sense, original request was to change the name, 2nd comment was to add something). Sounds like everything's all set, is that right? (want to make sure you have what you need!)
We're still verifying, but hopefully that's it.
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.