jenkins-bot has submitted this change and it was merged. Change subject: Update references from GitHub to Wikimedia and remove Travis ......................................................................
Update references from GitHub to Wikimedia and remove Travis Also: * Removed redundant `--recursive` argument in the git clone as we don't have any submodules. * Removed "bugs" property as there is no clean url for the oojs project within bugzilla, and we don't really need it listed at npm anyway. Change-Id: If9b93caab309434acc5ed431166b9ee44de8a76f --- D .travis.yml M README.md M package.json M src/intro.js 4 files changed, 6 insertions(+), 18 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b233826..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: node_js -node_js: - - "0.10" - - "0.8" -before_install: - - npm install -g grunt-cli -notifications: - irc: - channels: - - "chat.freenode.net#mediawiki-visualeditor" diff --git a/README.md b/README.md index e7e11ad..cb3d51e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OOJS [](https://travis-ci.org/trevorparscal/oojs) [](https://badge.fury.io/js/oojs) +OOJS [](https://badge.fury.io/js/oojs) ================= OOJS is a JavaScript library for working with objects. @@ -27,7 +27,7 @@ npm install oojs ``` -Or clone the repo, `git clone --recursive https://github.com/trevorparscal/oojs.git`. +Or clone the repo, `git clone https://git.wikimedia.org/git/oojs/core.git`. Versioning ---------- @@ -43,7 +43,7 @@ Bug tracker ----------- -Found a bug? Please report it in the [issue tracker](https://github.com/trevorparscal/oojs/issues)! +Found a bug? Please report it in the [issue tracker](https://bugzilla.wikimedia.org/enter_bug.cgi?product=OOJS)! Release ---------- diff --git a/package.json b/package.json index ccc8538..95cda75 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,10 @@ "inheritance", "library" ], + "homepage": "https://www.mediawiki.org/wiki/OOJS", "repository": { "type": "git", - "url": "git://github.com/trevorparscal/oojs.git" - }, - "bugs": { - "url": "https://github.com/trevorparscal/oojs/issues" + "url": "https://git.wikimedia.org/git/oojs/core.git" }, "licenses": [ { diff --git a/src/intro.js b/src/intro.js index 34d5066..b90d987 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,6 +1,6 @@ /*! * Object Oriented JavaScript Library v@VERSION - * https://github.com/trevorparscal/oojs + * https://www.mediawiki.org/wiki/OOJS * * Copyright 2011-2013 OOJS Team and other contributors. * Released under the MIT license -- To view, visit https://gerrit.wikimedia.org/r/95079 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9b93caab309434acc5ed431166b9ee44de8a76f Gerrit-PatchSet: 2 Gerrit-Project: oojs/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
