Closed
Bug 665695
Opened 13 years ago
Closed 13 years ago
Update dnt.m.o
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: fox2mike)
Details
We need to pull a few changesets onto production for dnt.m.o. origin/master is updated to be mobile-pretty.
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → shyam
Assignee | ||
Comment 1•13 years ago
|
||
Done.
[root@mradm02 dnt-demo-site]# git pull
remote: Counting objects: 35, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 30 (delta 18), reused 28 (delta 16)
Unpacking objects: 100% (30/30), done.
From https://github.com/sidstamm/dnt-demo-site
1439854..258bac9 master -> origin/master
Updating 1439854..258bac9
Fast-forward
dnt_status.php | 5 +-
images/arrow.svg | 4 +
includes/.htaccess | 1 +
includes/description.php | 5 +
includes/desktop.php | 69 ++++++++++++
includes/faq.php | 91 +++++++++++++++
includes/header.php | 6 +
includes/mobile.php | 45 ++++++++
index.php | 276 +++++++++++-----------------------------------
mobile.css | 41 +++++++
styles.css | 4 +
11 files changed, 333 insertions(+), 214 deletions(-)
create mode 100644 images/arrow.svg
create mode 100644 includes/.htaccess
create mode 100644 includes/description.php
create mode 100644 includes/desktop.php
create mode 100644 includes/faq.php
create mode 100644 includes/header.php
create mode 100644 includes/mobile.php
create mode 100644 mobile.css
[root@mradm02 dnt-demo-site]# cd ../../../
[root@mradm02 data]# cd dnt/
[root@mradm02 dnt]# ./deploy
Do you really want to commit /data/generic/www/dnt.mozilla.org/ ? [y/n] y
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•13 years ago
|
||
[root@mradm02 dnt-demo-site]# git pull
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 3 (delta 2), reused 3 (delta 2)
Unpacking objects: 100% (3/3), done.
From https://github.com/sidstamm/dnt-demo-site
258bac9..c4030dc master -> origin/master
Updating 258bac9..c4030dc
Fast-forward
index.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
[root@mradm02 dnt-demo-site]# cd ../../
[root@mradm02 dnt]# ./deploy
Do you really want to commit /data/generic/www/dnt.mozilla.org/ ? [y/n] y
[master 34b002d] forcing push
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•