Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/280699
Change subject: Connections aren't actually secret ...................................................................... Connections aren't actually secret Change-Id: I9d6fc82d231eb1eddb84f0d613fc57295c263e13 --- M .gitignore A connections.yaml D connections.yaml.sample 3 files changed, 5 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit refs/changes/99/280699/1 diff --git a/.gitignore b/.gitignore index 1edb718..1754ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,3 @@ # Logs .npm-debug.log* - -/connections.yaml diff --git a/connections.yaml b/connections.yaml new file mode 100644 index 0000000..9b11987 --- /dev/null +++ b/connections.yaml @@ -0,0 +1,5 @@ +gerrit: + host: gerrit.wikimedia.org + port: 29418 + username: suchabot + keypath: '/secret/ssh-key' diff --git a/connections.yaml.sample b/connections.yaml.sample deleted file mode 100644 index f3d19f7..0000000 --- a/connections.yaml.sample +++ /dev/null @@ -1,5 +0,0 @@ -gerrit: - host: gerrit.wikimedia.org - port: 29418 - username: yuvipanda - keypath: '/Users/ypanda/.ssh/sriracha' -- To view, visit https://gerrit.wikimedia.org/r/280699 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9d6fc82d231eb1eddb84f0d613fc57295c263e13 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/grrrit Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
