[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[qa] 01/01: Move some svn links to git



This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch master
in repository qa.

commit 9720e36d032f443c2198eb82395fd7321f3e87ee
Author: Christoph Berg <myon@debian.org>
Date:   Fri Dec 15 21:32:54 2017 +0100

    Move some svn links to git
---
 README                                         | 14 +++++---------
 data/cronjobs/{00_svn_update => 00_git_update} |  2 +-
 wml/common-html.php                            |  4 +---
 wml/watch/sf.wml                               |  3 +--
 4 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/README b/README
index 4cc95d3..30898e7 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ The usual bits about using the right umask apply. Ask a QA member if you want
 to join.
 
 Membership to the 'qa' unix group is automatically mirrored in alioth's
-'qa' project. The group there is required for write access to svn.
+'qa' project. The group there is required for write access to Git.
 
 Some hosts have a 'qa' user. Access via sudo is available on request. Please
 ask a QA member to second your request before asking debian-admin. The access
@@ -23,9 +23,8 @@ don't have to expose your password all the time).
 Files
 -----
 
-Data is stored in svn:
-  svn+ssh://svn.debian.org/svn/qa/trunk
-  http://anonscm.debian.org/viewvc/qa/trunk/
+Data is stored in Git:
+  https://anonscm.debian.org/cgit/qa/qa.git/
 
 To get commit notifications, subscribe to the 'qa.debian.org' package in the
 PTS and add the 'cvs' keyword:
@@ -38,12 +37,9 @@ private data (like the MIA database) should be outside of 'data'.
 Hosts
 -----
 
-quantz: qa.debian.org lives here, the above-mentioned svn tree being checked
+quantz: qa.debian.org lives here, the above-mentioned Git tree being checked
 out to /srv/qa.debian.org/. The 'data' subdir is http-exported to
-http://qa.debian.org/data/. bugs.qa.debian.org also lives here; the
-bug-summaries subdirectory from svn is checked out to
-/srv/bugs.qa.debian.org/, and the 'web' subdir is http-exported to
-http://bugs.qa.debian.org/. quantz has a 'qa' user.
+http://qa.debian.org/data/. quantz has a 'qa' user.
 
 ticharich: hosts tracker.debian.org, /srv/tracker.debian.org hosts
 everything related to the service. The services runs as the 'qa' user.
diff --git a/data/cronjobs/00_svn_update b/data/cronjobs/00_git_update
similarity index 85%
rename from data/cronjobs/00_svn_update
rename to data/cronjobs/00_git_update
index a9db690..647b1ce 100755
--- a/data/cronjobs/00_svn_update
+++ b/data/cronjobs/00_git_update
@@ -4,7 +4,7 @@
 set -e
 
 cd /srv/qa.debian.org
-svn --quiet update
+git pull --quiet
 
 cd /srv/qa.debian.org/data/cronjobs
 make -s install
diff --git a/wml/common-html.php b/wml/common-html.php
index ec96fbc..2daffa3 100644
--- a/wml/common-html.php
+++ b/wml/common-html.php
@@ -14,8 +14,6 @@
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           |
 | GNU General Public License for more details.                            |
 +-------------------------------------------------------------------------+
-| $Id: developer.wml 1493 2007-01-31 17:12:09Z myon $
-+-------------------------------------------------------------------------+
 */
 
 
@@ -40,7 +38,7 @@ function print_footer()
     list($micro,$sec) = explode(' ', microtime());
     list($smicro,$ssec) = explode(' ', $time);
     $footer .= sprintf("Time needed to generate page: %.2fs", $sec-$ssec+$micro-$smicro) . html_br();
-    $footer .= '<a href="svn://anonscm.debian.org/svn/qa/trunk/wml">Checkout SVN repository</a> | <a href="http://anonscm.debian.org/viewvc/qa/trunk/wml/";>Browse SVN repository</a> | ';
+    $footer .= '<a href="https://anonscm.debian.org/cgit/qa/qa.git/";>Git repository</a> | ';
     $footer .= "Report problems with DDPO to the ". html_a("qa.debian.org pseudopackage", "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org";) .".";
 
     print html_p(html_small($footer));
diff --git a/wml/watch/sf.wml b/wml/watch/sf.wml
index c19c2a0..4a45207 100644
--- a/wml/watch/sf.wml
+++ b/wml/watch/sf.wml
@@ -80,8 +80,7 @@ foreach ($files as $item) {
 ?>
 </p>
 <p>
-Get the source code: <a href="svn://anonscm.debian.org/svn/qa/trunk/wml/watch">checkout SVN repository</a> &#124;
-<a href="https://anonscm.debian.org/viewvc/qa/trunk/wml/watch/";>browse SVN repository</a>
+Get the source code: <a href="https://anonscm.debian.org/cgit/qa/qa.git/tree/wml/watch";>Git repository</a>
 </p>
 </body>
 </html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/qa.git


Reply to: