public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: repo-doc/, web/
@ 2015-05-04  9:51 Mike Pagano
  0 siblings, 0 replies; only message in thread
From: Mike Pagano @ 2015-05-04  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     bd9a888e856ee47a7b09907433265bd1e85569a4
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 09:51:22 2015 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May  4 09:51:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bd9a888e

Fix repo URL for auto site creation.

 repo-doc/00_intro   | 2 +-
 repo-doc/10_scripts | 2 +-
 web/makesite.pl     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/repo-doc/00_intro b/repo-doc/00_intro
index ccbe1a2..fe1bad9 100644
--- a/repo-doc/00_intro
+++ b/repo-doc/00_intro
@@ -16,5 +16,5 @@ Checking out the working repository
 Most of the time, you will only need to work under trunk - there is no point
 checking out all the tagged and historical branches.
 
-# git clone git+ssh://git@git.overlays.gentoo.org/proj/linux-patches.git
+# git clone git+ssh://git@git.gentoo.org/proj/linux-patches.git
 

diff --git a/repo-doc/10_scripts b/repo-doc/10_scripts
index e73eb47..2227cb9 100644
--- a/repo-doc/10_scripts
+++ b/repo-doc/10_scripts
@@ -36,7 +36,7 @@ LOCAL_PATCHES_TRUNK="/home/mike/gentoo/linux-patches"
 LOCAL_TMP="/tmp"
 
 # Remote repository configuration
-REMOTE_BASE="git+ssh://git@git.overlays.gentoo.org/proj/linux-patches.git"
+REMOTE_BASE="git+ssh://git@git.gentoo.org/proj/linux-patches.git"
 
 TARBALL_BASENAME="genpatches"
 KERNEL_NAME="genpatches"

diff --git a/web/makesite.pl b/web/makesite.pl
index 766bfef..d389f28 100755
--- a/web/makesite.pl
+++ b/web/makesite.pl
@@ -19,7 +19,7 @@ print "makesite.pl called with arguments: @ARGV \n";
 my $cmd = 'rm -rf /tmp/linux-patches';
 $output = `$cmd`;
 
-$cmd = 'git clone git+ssh://git@git.overlays.gentoo.org/proj/linux-patches.git /tmp/linux-patches';
+$cmd = 'git clone git+ssh://git@git.gentoo.org/proj/linux-patches.git /tmp/linux-patches';
 $output = `$cmd`;
 
 make_index_page();


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-04  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  9:51 [gentoo-commits] proj/linux-patches:genpatches-misc commit in: repo-doc/, web/ Mike Pagano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox