Closed Bug 521453 Opened 15 years ago Closed 15 years ago

Stage mozilla.com new config entry

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ozten, Assigned: aravind)

References

()

Details

This is the same request as Bug#518657, but for www.authstage.mozilla.com

I've added a new config entry
$config['pfs_endpoint'] = 'http://pfs2.stage.mozilla.com/';

to the trunk/includes/config.inc.php-dist file.

Please copy this block including comments into the authstage version of
trunk/includes/config.inc.php.
Assignee: server-ops → aravind
Once this is done, I'll use kubla to promote the code to authstage.
I don't see the entry in the config file.  is it checked in?

[root@mrapp-stage02 includes]# svn up config.inc.php-dist 
At revision 53167.
[root@mrapp-stage02 includes]# fgrep pfs_endpoint config.inc.php-dist 
[root@mrapp-stage02 includes]#
Yes at the end trunk/includes/ (not trunk/en-US/includes/)

/**
 * What PFS2 Server should we use?
 *
 * Examples: http://pfs2.stage.mozilla.com/
 *           http://pfs.mozilla.com/v2/
 */
$config['pfs_endpoint'] = 'http://pfs2.stage.mozilla.com/';
I added the entry manually even though I don't see it in the -dist file.  Let me know if it works or if I need to revert.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
I guess I should have used kubla to promote the -dist file (?)

I'll push the other files and update this bug if there is an issue. Waiting for kubla to be ready for changes...
(In reply to comment #4)
Did we edit the -dist file?

My bad for not pushing it up to stage for you. Now I'm using Kubla and it failed to update.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Okay, I've pushed 
stage/includes/config.inc.php-dist

Can you confirm the file doesn't have any conflicts or anything weird. Thanks.
yum, seems to have updated correctly.

[root@mrapp-stage02 includes]# pwd
/data/www/www.mozilla.com-svn/includes
[root@mrapp-stage02 includes]# svn up config.inc.php-dist 
At revision 53263.
[root@mrapp-stage02 includes]# fgrep pfs_endpoint config.inc.php-dist 
$config['pfs_endpoint'] = 'http://pfs2.stage.mozilla.com/';
[root@mrapp-stage02 includes]#

Please re-open if you need anything else in this bug.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.