In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/3dac1a3246a4b64ebc7a68e22844b8a0f6bde076?hp=a82a0543fd4a7c8c5bb23470e3a8246e83590461>

- Log -----------------------------------------------------------------
commit 3dac1a3246a4b64ebc7a68e22844b8a0f6bde076
Author: H.Merijn Brand - Tux <[email protected]>
Date:   Fri Apr 1 12:07:04 2016 +0200

    dist/meta moved to github \o/ \o/
-----------------------------------------------------------------------

Summary of changes:
 .gitignore |  1 +
 README     | 18 ++++++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index bfefddb..007397e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 U/all
+dist-git
 dist-svn
 dist-3.5-20
diff --git a/README b/README
index 3497d96..881f1a9 100644
--- a/README
+++ b/README
@@ -29,6 +29,10 @@ Contents of this directory:
                metalint. This directory comes from a tar distribution.
     dist-svn:
                a git clone of "dist". Optionally present. See (a) below.
+               This is where dist/meta resided before 2016-04-01
+    dist-git:
+               a git clone of "dist". Optionally present. See (a) below.
+               This is where dist/meta resides as of 2016-04-01
     dist:
                a symlink to the lib you actually use. For Merijn that is
                metaconfig/dist -> ../lib/dist
@@ -36,18 +40,16 @@ Contents of this directory:
 (a) You need to have dist installed so that you have metalint and metaconfig
     in your $PATH.
     The dist version used for perl is dist-3.5-20 in this directory, which is
-    a slightly modified version of the original, which you can get at the SVN
-    repository https://svn.code.sf.net/p/dist/code/trunk/dist. If you'd like
-    to keep up to date with changes in dist, you can either use svn or git to
-    create your own clone. For git, that would be something like:
+    a slightly modified version of the original, which you can get at GITHUB
+    repository https://github.com/rmanfredi/dist.git. If you'd like to keep
+    up to date with changes in dist, you can use git to create your own clone.
+    For git, that would be something like:
 
-    $ git svn clone \
-      svn://svn.code.sf.net/p/dist/code/trunk/dist \
-      dist-svn
+    $ git clone https://github.com/rmanfredi/dist.git dist-git
 
     Unsurprisingly 'dist' uses (its) Configure to generate itself:
 
-    $ cd dist-3.5-20   # or dist-svn
+    $ cd dist-3.5-20   # or dist-git
     $ chmod -R +w .     # We have derived files in git :-(
     $ ./Configure
     $ make

--
perl5 metaconfig repository

Reply via email to