Closed
Bug 558787
Opened 16 years ago
Closed 16 years ago
Update getpersonas.com to latest production revision (r65620) on 4/13
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rdoherty, Assigned: fox2mike)
Details
(Whiteboard: 2010-04-13 @7pm)
Attachments
(1 file)
|
92 bytes,
text/plain
|
Details |
Got a small update for getpersonas.com (bug 557658) and a few sql queries to remove users that requested their accounts be deleted.
Will post svn revision and sql today.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
Whiteboard: 2010-04-13 @7pm
| Reporter | ||
Comment 1•16 years ago
|
||
Summary: Update getpersonas.com to latest production revision on 4/13 → Update getpersonas.com to latest production revision (r65620) on 4/13
| Reporter | ||
Comment 2•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
Attachment #438619 -
Attachment mime type: application/octet-stream → text/plain
| Reporter | ||
Comment 3•16 years ago
|
||
Special request: can we svn up the /static dir first, then the rest of the site? This way we won't get weird errors where the css doesn't update due to caching.
| Assignee | ||
Comment 4•16 years ago
|
||
svn up done :
[root@mradm02 getpersonas.com]# svn up -r 65620
U server/templates/category_nav.php
U server/lib/user.php
U server/lib/personas_functions.php
U server/lib/storage.php
UU static/css/style.css
U static/js/script.js
U .
Updated to revision 65620.
SQL ran :
mysql> delete from users where username in ('derikrentropprod', 'Yaithye', 'Xytheron', 'olivian');
Query OK, 4 rows affected (0.04 sec)
All done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•16 years ago
|
||
Ryan, missed your Comment #3
| Assignee | ||
Comment 6•16 years ago
|
||
svn up for comment #3
[root@mradm02 getpersonas.com]# svn up
U server/revisions.php
Updated to revision 65798.
Comment 7•16 years ago
|
||
Verified FIXED on https://www.getpersonas.com/en-US/gallery/.
(Sorry, Vishal, but I got to the push first -- enjoy the rest of your evening!)
:-)
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•