Closed Bug 895320 Opened 11 years ago Closed 11 years ago

Check deploy.sh into the OrangeFactor repo

Categories

(Tree Management Graveyard :: OrangeFactor, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

Details

Attachments

(1 file)

Currently deploy.sh isn't checked into the OrangeFactor repo:

[webtools@brasstacks1.dmz.scl3 orangefactor]$ hg st
? deploy.sh

[webtools@brasstacks1.dmz.scl3 orangefactor]$ cat deploy.sh
#!/bin/sh
cp -r html/* /usr/share/nginx/html/orangefactor/

We should check it in.
Attached patch Patch v1Splinter Review
https://hg.mozilla.org/automation/orangefactor/rev/69227c8d99cf
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
[webtools@brasstacks1.dmz.scl3 orangefactor]$ hg pull
pulling from http://hg.mozilla.org/automation/orangefactor/
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
[webtools@brasstacks1.dmz.scl3 orangefactor]$ hg up
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
[webtools@brasstacks1.dmz.scl3 orangefactor]$ hg st
[webtools@brasstacks1.dmz.scl3 orangefactor]$ cat deploy.sh
#!/bin/sh
cp -r html/* /usr/share/nginx/html/orangefactor/
Product: Testing → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: