Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] RFC: VCS element in metadata.xml
Date: Wed, 12 Oct 2016 16:44:59
Message-Id: 20161012164441.32591-1-robbat2@gentoo.org
1 For projects where no consistent remote-id is available yet, make it possible
2 to track where the source is available. The element may appear multiple times,
3 but values must be unique.
4
5 <vcs>git://git.gentoo.org/proj/genkernel.git</vcs>
6 <vcs>https://gitweb.gentoo.org/proj/genkernel.git/</vcs>

Replies

Subject Author
[gentoo-dev] [PATCH] metadata: add vcs tag "Robin H. Johnson" <robbat2@g.o>
[gentoo-dev] [PATCH] metadata: add vcs tag "Robin H. Johnson" <robbat2@g.o>
Re: [gentoo-dev] RFC: VCS element in metadata.xml "Michał Górny" <mgorny@g.o>