Hashar has submitted this change and it was merged.

Change subject: Dummy README file
......................................................................


Dummy README file

Explains how to get the copy updated.

Change-Id: I243e8248d13e1daf238a069d431e80928de36b6b
---
A README.md
1 file changed, 39 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Verified; Looks good to me, approved



diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9d0bd51
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+# integration/phantomjs.git
+
+This repository holds phantomjs and its dependencies. It is meant to quickly
+maintains a phantomJS installation on Wikimedia Jenkins slaves.
+
+1) we can NOT download from third parties
+2) the Debian package is fairly outdated and not actively maintained
+
+## How to update
+
+Close this repository on an *Ubuntu Precise* wmflabs instance then:
+
+    $ npm install phantomjs
+
+REVIEW THE DIFF!
+
+    $ git diff
+
+If it looks sane, add and commit for review:
+
+    $ git add node_modules
+    $ git commit -m 'Updating PhantomJS to vX.X.X'
+    $ git push refs/for/master
+    ..
+    $
+
+Then ask for review.
+
+# How to deploy
+
+This repository is meant to be installed on Wikimedia Jenkins slaves running in
+labs. It is deployed by using the puppet define git::clone() which keep it
+uptodate though the local repository is only updated when puppet runs.
+
+## Pointing to that installation
+
+The executable entry point is available on WMF Jenkins slaves at:
+
+/srv/deployment/integration/phantomjs/node_modules/phantomjs/bin/phantomjs

-- 
To view, visit https://gerrit.wikimedia.org/r/130047
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I243e8248d13e1daf238a069d431e80928de36b6b
Gerrit-PatchSet: 1
Gerrit-Project: integration/phantomjs
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to