BryanDavis has submitted this change and it was merged. Change subject: Initialise repo ......................................................................
Initialise repo * Copy-n-paste the .git controls files from operations/software/elasticsearch/plugins * Store gem files in gitfat Bug: T99735 Change-Id: I555e3187e12949ac9e85c86308e1033cdf306c9b --- A .gitattributes A .gitfat A .gitignore A .gitreview 4 files changed, 10 insertions(+), 0 deletions(-) Approvals: BryanDavis: Verified; Looks good to me, approved diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d9f744b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gem filter=fat -crlf diff --git a/.gitfat b/.gitfat new file mode 100644 index 0000000..108e44a --- /dev/null +++ b/.gitfat @@ -0,0 +1,3 @@ +[rsync] +remote = archiva.wikimedia.org::archiva/git-fat +options = --copy-links --verbose diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b18b55 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.deploy diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..68bf33d --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.wikimedia.org +port=29418 +project=operations/software/logstash/plugins.git +defaultbranch=master -- To view, visit https://gerrit.wikimedia.org/r/227375 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I555e3187e12949ac9e85c86308e1033cdf306c9b Gerrit-PatchSet: 2 Gerrit-Project: operations/software/logstash/plugins Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
