diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-11-15 21:02:43 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-11-15 21:02:43 +0000 |
commit | 19af410e9ccba483c81a616f613241025aeeba89 (patch) | |
tree | 69c7a956ca576bdceac00352cb545d77d8ed4d0a /dev-vcs/gitolite/gitolite-3.6.1.ebuild | |
parent | adjust restrictions per discussion with ulm and baudline license (diff) | |
download | gentoo-2-19af410e9ccba483c81a616f613241025aeeba89.tar.gz gentoo-2-19af410e9ccba483c81a616f613241025aeeba89.tar.bz2 gentoo-2-19af410e9ccba483c81a616f613241025aeeba89.zip |
Fix migration links, bug 515588, thanks to Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'dev-vcs/gitolite/gitolite-3.6.1.ebuild')
-rw-r--r-- | dev-vcs/gitolite/gitolite-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.1.ebuild b/dev-vcs/gitolite/gitolite-3.6.1.ebuild index f9a7f3c366e4..e025db755c0e 100644 --- a/dev-vcs/gitolite/gitolite-3.6.1.ebuild +++ b/dev-vcs/gitolite/gitolite-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.6.1.ebuild,v 1.1 2014/07/01 01:22:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.6.1.ebuild,v 1.2 2014/11/15 21:02:43 idl0r Exp $ EAPI=5 @@ -71,7 +71,7 @@ pkg_postinst() { if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then ewarn elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!" - elog "Please read http://sitaramc.github.com/gitolite/install.html#migr first!" + elog "Please read http://gitolite.com/gitolite/migr.html first!" fi # bug 352291 |