[sysadmin-bin] s/live/wiki on the various scripts



commit cc569be394d771b740aa8169358b81b3a1ae9c39
Author: Andrea Veri <av gnome org>
Date:   Tue Dec 31 13:14:21 2013 +0100

    s/live/wiki on the various scripts

 git/build-repo-list          |    2 +-
 git/gnome-post-receive-email |    6 +++---
 git/post-receive-notify-kgb  |    2 +-
 git/pre-receive-check-policy |   12 ++++++------
 git/validate-doap            |    2 +-
 handle-ldap-modules          |    2 +-
 sysadmin-bin.doap            |    2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/git/build-repo-list b/git/build-repo-list
index 5599f53..7f395f5 100755
--- a/git/build-repo-list
+++ b/git/build-repo-list
@@ -51,7 +51,7 @@ class Repo:
         if os.path.isfile(desc_file):
             desc = open(desc_file).readline().strip()
             if desc == '' or desc == NO_DESCRIPTION:
-                desc = "Please create %s.doap (see http://live.gnome.org/Git/FAQ)" % shortname
+                desc = "Please create %s.doap (see https://wiki.gnome.org/Git/FAQ)" % shortname
         self.desc = pending + desc
 
         section_file = os.path.join(repopath, 'gnome_group')
diff --git a/git/gnome-post-receive-email b/git/gnome-post-receive-email
index 17fd650..3cf256b 100755
--- a/git/gnome-post-receive-email
+++ b/git/gnome-post-receive-email
@@ -439,7 +439,7 @@ The branch '%(short_refname)s' was changed in a way that was not a fast-forward
 NOTE: This may cause problems for people pulling from the branch. For more information,
 please see:
 
- http://live.gnome.org/Git/Help/NonFastForward
+ https://wiki.gnome.org/Git/Help/NonFastForward
 
 Commits removed from the branch:
 
@@ -615,7 +615,7 @@ pointed to:
 NOTE: People pulling from the repository will not get the new tag.
 For more information, please see:
 
- http://live.gnome.org/Git/Help/TagUpdates
+ https://wiki.gnome.org/Git/Help/TagUpdates
 
 New tag information:
 
@@ -672,7 +672,7 @@ It previously pointed to:
 NOTE: People pulling from the repository will not get the new tag.
 For more information, please see:
 
- http://live.gnome.org/Git/Help/TagUpdates
+ https://wiki.gnome.org/Git/Help/TagUpdates
 """) % {
             'short_refname': self.short_refname,
             'commit_oneline': commit_oneline(self.newrev),
diff --git a/git/post-receive-notify-kgb b/git/post-receive-notify-kgb
index bc034c0..729ac35 100755
--- a/git/post-receive-notify-kgb
+++ b/git/post-receive-notify-kgb
@@ -1,6 +1,6 @@
 # Kgb-Bot's hook, get the repository name and feed --repo-id with it, make sure that repo-id do
 # actually match the repository-name you are going to configure on kgb.conf and kgb-client.conf. More
-# details at https://live.gnome.org/Sysadmin/KGB-Bot. KGB will only notify commits made to the master branch.
+# details at https://wiki.gnome.org/Sysadmin/CommitsBot. KGB will only notify commits made to the master 
branch.
 
 REPOSITORY_ID=$(basename "$PWD")
 REPOSITORY_ID=${REPOSITORY_ID%.git}
diff --git a/git/pre-receive-check-policy b/git/pre-receive-check-policy
index e17fdcb..c1a0ab0 100755
--- a/git/pre-receive-check-policy
+++ b/git/pre-receive-check-policy
@@ -35,7 +35,7 @@ check_commit() {
                        address '$email'. Please configure your
                        username and email address. See:
 
-                         http://live.gnome.org/Git/Help/AuthorEmail
+                         https://wiki.gnome.org/Git/Help/AuthorEmail
 
                        For instructions about how to do this and how to fix your
                        existing commits.
@@ -61,7 +61,7 @@ check_commit() {
                                option when you had local changes. Running 'git  pull --rebase' now
                                will fix the problem. Then please try, 'git push' again. Please see:
 
-                                 http://live.gnome.org/Git/Help/ExtraMergeCommits
+                                 https://wiki.gnome.org/Git/Help/ExtraMergeCommits
                                ---
                                EOF
            exit 1
@@ -149,7 +149,7 @@ check_ref_update() {
                                You are trying to update the branch '$branchname' in a way that is not
                                a fast-forward update. Please see:
 
-                                 http://live.gnome.org/Git/Help/NonFastForward
+                                 https://wiki.gnome.org/Git/Help/NonFastForward
                                ---
                                EOF
                        exit 1
@@ -190,7 +190,7 @@ check_ref_update() {
                                        You are trying to push the lightweight tag '$tagname'. You should use
                                        a signed tag instead. See:
 
-                                         http://live.gnome.org/Git/Help/LightweightTags
+                                         https://wiki.gnome.org/Git/Help/LightweightTags
                                        ---
                                        EOF
                                exit 1
@@ -233,7 +233,7 @@ check_ref_update() {
                                ---
                                You are trying to delete the tag '$tagname'.
 
-                                 http://live.gnome.org/Git/Help/TagUpdates
+                                 https://wiki.gnome.org/Git/Help/TagUpdates
                                ---
                                EOF
                        exit 1
@@ -245,7 +245,7 @@ check_ref_update() {
                                ---
                                You are trying to replace the tag '$tagname' with a new tag. Please see:
 
-                                 http://live.gnome.org/Git/Help/TagUpdates
+                                 https://wiki.gnome.org/Git/Help/TagUpdates
                                ---
                                EOF
                        exit 1
diff --git a/git/validate-doap b/git/validate-doap
index be43417..cdce595 100755
--- a/git/validate-doap
+++ b/git/validate-doap
@@ -33,7 +33,7 @@ def die(message):
     print >>sys.stderr, "  ", message
     print >>sys.stderr
     print >>sys.stderr, "Please see:"
-    print >>sys.stderr, "   http://live.gnome.org/MaintainersCorner#maintainers";
+    print >>sys.stderr, "   https://wiki.gnome.org/MaintainersCorner#maintainers";
     print >>sys.stderr, "---"
     sys.exit(1)
 
diff --git a/handle-ldap-modules b/handle-ldap-modules
index 792bcd4..f069e37 100755
--- a/handle-ldap-modules
+++ b/handle-ldap-modules
@@ -160,7 +160,7 @@ planned, but can take a while before you see it.
 
 How to approve account requests:
 * l10n coordinators: Make sure you have read
-  http://live.gnome.org/TranslationProject/RequestingAnAccount
+  https://wiki.gnome.org/TranslationProject/RequestingAnAccount
 * You will get an email from Mango to your email address registered in
   LDAP. This could be different than your email address known at
   http://foundation.gnome.org/!
diff --git a/sysadmin-bin.doap b/sysadmin-bin.doap
index 9fd63ca..87f42e7 100644
--- a/sysadmin-bin.doap
+++ b/sysadmin-bin.doap
@@ -6,7 +6,7 @@
 
   <name xml:lang="en">sysadmin-bin</name>
   <shortdesc xml:lang="en">Scripts used by the GNOME sysadmin team</shortdesc>
-  <homepage rdf:resource="http://live.gnome.org/Sysadmin"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Sysadmin"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-infrastructure"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
 


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