From ed77ba7d75060586f8f4bee218ce8facadcb52a1 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi <valhalla@debian.org> Date: Mon, 4 Jun 2018 16:40:55 +0200 Subject: [PATCH 1/4] Change links to Alioth to point to Salsa --- policy.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/policy.rst b/policy.rst index ab4a888..c28a3d9 100644 --- a/policy.rst +++ b/policy.rst @@ -32,7 +32,8 @@ the following in your request: the team, help maintain some specific packages, etc. * Your Alioth login. * A statement that you have read - https://python-modules.alioth.debian.org/policy.html and that you accept it. + https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst + and that you accept it. Any Debian developer who wishes to integrate their packages in the team can do so without requesting access (as the repository is writable by all DD). If one @@ -80,8 +81,8 @@ Git Procedures As of October 9, 2015, the DPMT uses git as the version control system for all packages, and git-dpm as the patch management regime. -Git repositories live on Alioth under the url -``git+ssh://git.debian.org/git/python-modules/packages/<src-pkg-name>.git`` +Git repositories live on Salsa under the url +``git@salsa.debian.org:python-team/modules/<src-pkg-name>.git`` To access any source package's repository, use ``gbp clone`` on the above url, substituting *src-pkg-name* for the source package name of the package in question. -- GitLab From 30feda6993c4e3606710fb9c069e34f360862a60 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi <valhalla@debian.org> Date: Mon, 4 Jun 2018 16:49:42 +0200 Subject: [PATCH 2/4] DDs don't have automatic write permission to the repositories. --- policy.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/policy.rst b/policy.rst index c28a3d9..1b114e7 100644 --- a/policy.rst +++ b/policy.rst @@ -35,12 +35,6 @@ the following in your request: https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst and that you accept it. -Any Debian developer who wishes to integrate their packages in the team can do -so without requesting access (as the repository is writable by all DD). If one -wants to be more involved in the team, we still recommend requesting_ access -so that they appear in the public member list displayed on Alioth's project -page. - The team accepts all contributors and is not restricted to Debian developers. Several Debian developers of the team will gladly sponsor packages of non-DD who are part of the team. Sponsorship requests can be sent on the main @@ -170,5 +164,4 @@ Copyright (c) 2005-2015 Debian Python Modules Team. All rights reserved. This document is free software; you may redistribute it and/or modify it under the same terms as GNU GPL v2 or later. -.. _requesting: https://alioth.debian.org/project/request.php?group_id=30714 .. _DDPO_website: http://qa.debian.org/developer.php?login=python-modules-team@lists.alioth.debian.org -- GitLab From 5035943e23d98d60cfce2a1d9a7c10510e3a70f5 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> Date: Thu, 8 Nov 2018 15:36:06 +0100 Subject: [PATCH 3/4] Prospective members should provide their Salsa login, not Alioth --- policy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.rst b/policy.rst index 1b114e7..7f820cb 100644 --- a/policy.rst +++ b/policy.rst @@ -30,7 +30,7 @@ the following in your request: * Why you want to join the team: e.g. maintain your current packages within the team, help maintain some specific packages, etc. -* Your Alioth login. +* Your Salsa login. * A statement that you have read https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst and that you accept it. -- GitLab From ccba60f38ed1e02fddd3c6a58a4d819b208f0b41 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> Date: Thu, 8 Nov 2018 15:38:32 +0100 Subject: [PATCH 4/4] The DPMT is at salsa, not alioth. --- policy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.rst b/policy.rst index 7f820cb..2373d8b 100644 --- a/policy.rst +++ b/policy.rst @@ -11,7 +11,7 @@ providing a central location for packages maintained by a team, hence improving responsiveness, integration, and standardization. - The DPMT is hosted at alioth.debian.org, the Debian GForge installation. We + The DPMT is hosted at salsa.debian.org, the Debian GitLab installation. We currently have a git repository and a mailing list whose email address can be used in the ``Maintainer`` or ``Uploaders`` fields on co-maintained packages. -- GitLab