[paludis-commits] r4096 - scratch/scripts trunk trunk/doc/overview
zlin at svn.pioto.org
zlin at svn.pioto.org
Thu Dec 20 11:49:23 UTC 2007
Author: zlin
Date: 2007-12-20 11:49:21 +0000 (Thu, 20 Dec 2007)
New Revision: 4096
Modified:
scratch/scripts/portage2paludis.bash
trunk/ChangeLog
trunk/doc/overview/gettingstarted.html.part
Log:
Fix urls in portage2paludis.bash. From kimrhh.
Modified: scratch/scripts/portage2paludis.bash
===================================================================
--- scratch/scripts/portage2paludis.bash 2007-12-17 00:28:21 UTC (rev 4095)
+++ scratch/scripts/portage2paludis.bash 2007-12-20 11:49:21 UTC (rev 4096)
@@ -182,7 +182,7 @@
echo " metadata cache that already existed, but now it can also generate"
echo " one on-the-fly, caching metadata for subsequent runs."
echo
-echo "Before enabling any of these, read: http://paludis.pioto.org/cachefiles.html"
+echo "Before enabling any of these, read: http://paludis.pioto.org/overview/gettingstarted.html#repositories"
echo
read -n1 -p "Enable names cache? [y/N] " names_cache
@@ -391,7 +391,7 @@
echo "\"${repo_name}\", we found we had already generated a config" 1>&2
echo "for a config of the same name. You will have to finish" 1>&2
echo "configuring your overlays on your own. For more info, see:" 1>&2
- echo "http://paludis.pioto.org/configuration.html" 1>&2
+ echo "http://paludis.pioto.org/configuration/erepository.html" 1>&2
bad=yes
continue
fi
@@ -440,7 +440,7 @@
echo
echo "You will have to create a \${location}/.cache/ directory for each of your"
echo "repositories."
- echo "For more info, see: http://paludis.pioto.org/faq.html#mkdir"
+ echo "For more info, see: http://paludis.pioto.org/faq/different.html#mkdir"
fi
if [[ "${provides_cache}" == "y" ]] ; then
echo
@@ -450,7 +450,7 @@
echo " paludis --regenerate-installed-cache"
echo
echo "You will need to create the /var/db/pkg/.cache/ directory."
- echo "For more info, see: http://paludis.pioto.org/faq.html#mkdir"
+ echo "For more info, see: http://paludis.pioto.org/faq/different.html#mkdir"
fi
if [[ -n "${bad}" ]]; then
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-12-17 00:28:21 UTC (rev 4095)
+++ trunk/ChangeLog 2007-12-20 11:49:21 UTC (rev 4096)
@@ -5,6 +5,11 @@
only listed in SVN log. For a summary of what has changed between releases,
see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
+2007-12-16 Bo Ørsted Andresen
+
+ * trunk/doc/overview/gettingstarted.html.part: Add repositories id to
+ refer to in portage2paludis.bash. From Kim Højgaard Hansen (kimrhh).
+
2007-12-16 Ciaran McCreesh
* paludis/, python/: Add initial_labels to a newly specialised
Modified: trunk/doc/overview/gettingstarted.html.part
===================================================================
--- trunk/doc/overview/gettingstarted.html.part 2007-12-17 00:28:21 UTC (rev 4095)
+++ trunk/doc/overview/gettingstarted.html.part 2007-12-20 11:49:21 UTC (rev 4096)
@@ -156,7 +156,7 @@
fi
</pre>
-<h3>repositories/</h3>
+<h3 id="repositories">repositories/</h3>
<p>Rather than a couple of simple variables containing directory names, Paludis uses a configuration file for every
repository. This allows substantially more flexibility.</p>
More information about the paludis-commits
mailing list