diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..419bda0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +credentials/ +sysadm-provisioning/ +swh-*/ diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 0000000..7ab5945 --- /dev/null +++ b/.mrconfig @@ -0,0 +1,13 @@ +# keep the list sorted alphabetically by local repo name + +[credentials] +checkout = git clone 'https://forge.softwareheritage.org/source/credentials' 'credentials' + +[swh-apps] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-apps' 'swh-apps' + +[swh-charts] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-charts' 'swh-charts' + +[sysadm-provisioning] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-sysadmin-provisioning' 'sysadm-provisioning'