Filippo Giunchedi has submitted this change and it was merged. Change subject: Configuring git-fat to work with Archiva ......................................................................
Configuring git-fat to work with Archiva Change-Id: I6e5ebafe28a648ab162634c0f00a517d6b5a0e4c --- A .gitattributes A .gitfat 2 files changed, 5 insertions(+), 0 deletions(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved Alexandros Kosiaris: Looks good to me, but someone else must approve diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..647f7c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.jar filter=fat -text diff --git a/.gitfat b/.gitfat new file mode 100644 index 0000000..0b69f2d --- /dev/null +++ b/.gitfat @@ -0,0 +1,4 @@ +[rsync] +remote = archiva.wikimedia.org::archiva/git-fat +options = --copy-links --verbose + -- To view, visit https://gerrit.wikimedia.org/r/191573 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6e5ebafe28a648ab162634c0f00a517d6b5a0e4c Gerrit-PatchSet: 1 Gerrit-Project: operations/software/dropwizard-metrics Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
