Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: [gentoo-dev] eselect repository moved to git
Date: Thu, 08 Mar 2012 20:38:26
Message-Id: 20313.6273.581506.69937@a1i15.kph.uni-mainz.de
1 This is a heads up that the eselect repository has moved to
2 git.overlays.gentoo.org.
3
4 If you maintain your modules there, you'll find all external modules
5 in the "extern" branch, whereas eselect proper is in master.
6
7 Note that the version assignment used in most modules will no longer
8 work with git:
9
10 SVN_DATE='$Date$'
11 VERSION=$(svn_date_to_version "${SVN_DATE}" )
12
13 So please make sure that you update the VERSION variable before making
14 your next release.
15
16 Ulrich

Replies

Subject Author
Re: [gentoo-dev] eselect repository moved to git "Michał Górny" <mgorny@g.o>