jenkins-bot has submitted this change and it was merged. Change subject: Rename package to tools.manifest ......................................................................
Rename package to tools.manifest 'destiny' was just a bad pun on 'manifest destiny' Change-Id: I2bf7089dc632b00f5f60361a21257609365a327d --- R tools/__init__.py C tools/manifest/__init__.py R tools/manifest/collector.py R tools/manifest/listmanifests.py R tools/manifest/manifest.py R tools/manifest/servicemonitor.py R tools/manifest/tool.py 7 files changed, 0 insertions(+), 0 deletions(-) Approvals: Yuvipanda: Looks good to me, approved jenkins-bot: Verified diff --git a/destiny/__init__.py b/tools/__init__.py similarity index 100% rename from destiny/__init__.py rename to tools/__init__.py diff --git a/destiny/__init__.py b/tools/manifest/__init__.py similarity index 100% copy from destiny/__init__.py copy to tools/manifest/__init__.py diff --git a/destiny/collector.py b/tools/manifest/collector.py similarity index 100% rename from destiny/collector.py rename to tools/manifest/collector.py diff --git a/destiny/listmanifests.py b/tools/manifest/listmanifests.py similarity index 100% rename from destiny/listmanifests.py rename to tools/manifest/listmanifests.py diff --git a/destiny/manifest.py b/tools/manifest/manifest.py similarity index 100% rename from destiny/manifest.py rename to tools/manifest/manifest.py diff --git a/destiny/servicemonitor.py b/tools/manifest/servicemonitor.py similarity index 100% rename from destiny/servicemonitor.py rename to tools/manifest/servicemonitor.py diff --git a/destiny/tool.py b/tools/manifest/tool.py similarity index 100% rename from destiny/tool.py rename to tools/manifest/tool.py -- To view, visit https://gerrit.wikimedia.org/r/202323 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2bf7089dc632b00f5f60361a21257609365a327d Gerrit-PatchSet: 4 Gerrit-Project: operations/software/tools-manifest Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: coren <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
