On Sun, Aug 9, 2015 at 8:43 AM, Mike Frysinger <vap...@gentoo.org> wrote: > On 09 Aug 2015 14:54, Alexey Shvetsov wrote: >> Hi all! > > please don't top post > >> Current repoman complains about headers in ebuilds >> >> >>> Creating Manifest for /home/alexxy/Gentoo/gentoo/sys-cluster/open-mx >> ebuild.badheader 1 >> sys-cluster/open-mx/open-mx-1.5.4.ebuild: Malformed CVS Header on >> line: 3 >> >> So may be its better to drop $Id: $ completely? > > it should look like: > # $Id$ >
We shouldn't do anything (besides adapting repoman to the $Id$ format) without some discussion first. However... Do we really need to have ANY keywords in our files? Keyword expansion was just a PITA all-around with cvs. Do we really need to embed them in our git files? At least git doesn't expand them in the actual repository. I'm not really a big fan of any kind of in-band signaling. I guess the one advantage of this is that if you find a file OUTSIDE of a repository you know where it came from, but how important is that? -- Rich