jenkins-bot has submitted this change and it was merged. Change subject: archive the python version of the daemon ......................................................................
archive the python version of the daemon The python version is not used and has been reimplementend using C. Move it under a `deprecated` directory to make it clear that code is no more used. Change-Id: I46ebaecc33c53b8d81a60a19ba434c12eaa6b28a --- A deprecated/README R deprecated/poolcounter.py 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: Platonides: Looks good to me, approved jenkins-bot: Verified diff --git a/deprecated/README b/deprecated/README new file mode 100644 index 0000000..aa766d3 --- /dev/null +++ b/deprecated/README @@ -0,0 +1,2 @@ +The poolcounter proof of concept has been written in python and was later +on replaced by a C implementation. diff --git a/poolcounter.py b/deprecated/poolcounter.py similarity index 100% rename from poolcounter.py rename to deprecated/poolcounter.py old mode 100755 new mode 100644 -- To view, visit https://gerrit.wikimedia.org/r/54832 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I46ebaecc33c53b8d81a60a19ba434c12eaa6b28a Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/PoolCounter Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Domas <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Platonides <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
