jenkins-bot has submitted this change and it was merged.

Change subject: Remove cruft
......................................................................


Remove cruft

Change-Id: Ia64b80a264e7c8f9606dab0d4697e05ace8fa430
---
D build.xml
D docroot/noc/info.php
D docroot/noc/wm2011videos/README
3 files changed, 0 insertions(+), 46 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/build.xml b/build.xml
deleted file mode 100644
index 40d20d0..0000000
--- a/build.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-       Ant build script to test out  Wikimedia Foundation PHP configuration 
files
-       Originally written by Antoine Musso, 2012
-       o
-       With the inspiration of deadmau5.
-       o
-       To run: ant
--->
-<project name="Wikimedia Foundation PHP configuration files" default="test">
-
-       <!-- Import the OS environnement: -->
-       <property environment="env" /> 
-
-       <target name="test" depends="php-lint-wmfconfig,phpunit">
-
-       </target>
-
-       <!-- dumb linter -->
-       <target name="php-lint-wmfconfig">
-               <echo>Blindly running `php -l` on files in wmf-config</echo>
-               <apply
-                       executable="php"
-                       dir="wmf-config"
-                       relative="true"
-                       failonerror="true"
-                       verbose="true"
-               >
-                       <arg value="-l" />
-                       <fileset dir="./wmf-config"
-                               includes="**/*.php"
-                               excludes="extdist/*"
-                       />
-               </apply>
-       </target>
-
-       <target name="phpunit">
-               <exec executable="phpunit" failonerror="true">
-                       <arg line="--log-junit ${basedir}/logs/junit.xml" />
-               </exec>
-       </target>
-</project>
diff --git a/docroot/noc/info.php b/docroot/noc/info.php
deleted file mode 100644
index cf60860..0000000
--- a/docroot/noc/info.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-phpinfo();
-?>
diff --git a/docroot/noc/wm2011videos/README b/docroot/noc/wm2011videos/README
deleted file mode 100644
index 90e55be..0000000
--- a/docroot/noc/wm2011videos/README
+++ /dev/null
@@ -1 +0,0 @@
-This is a very temporary mount point for the Wikimania 2011 videos stored on 
cadmium

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia64b80a264e7c8f9606dab0d4697e05ace8fa430
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to