public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] CVSROOT commit in /: checkgroup.pl commitinfo
@ 2008-09-17 21:30 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2008-09-17 21:30 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/09/17 21:30:37

  Modified:             commitinfo
  Added:                checkgroup.pl
  Log:
  Get ready for group enforcement on files to safeguard use.local.desc.

Revision  Changes    Path
1.32                 commitinfo

file : http://sources.gentoo.org/viewcvs.py/CVSROOT/commitinfo?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/commitinfo?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/commitinfo?r1=1.31&r2=1.32

Index: commitinfo
===================================================================
RCS file: /var/cvsroot/CVSROOT/commitinfo,v
retrieving revision 1.31
retrieving revision 1.32
diff -p -w -b -B -u -u -r1.31 -r1.32
--- commitinfo	21 Jul 2006 10:06:56 -0000	1.31
+++ commitinfo	17 Sep 2008 21:30:36 -0000	1.32
@@ -34,4 +34,4 @@ ALL	/var/cvsroot/CVSROOT/cvslogdate  %r/
 ^gentoo\/misc				/var/cvsroot/CVSROOT/checkxml.pl %p %{s}
 #^gentoo-infra\/cfengine\/cfengine\/inputs	/var/cvsroot/CVSROOT/check-cfengine.pl
 
-
+#^gentoo-x86\/profiles\/use.local.desc	/var/cvsroot/CVSROOT/checkgroup.pl /var/cvsroot %r %p %{s}



1.1                  checkgroup.pl

file : http://sources.gentoo.org/viewcvs.py/CVSROOT/checkgroup.pl?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/checkgroup.pl?rev=1.1&content-type=text/plain

Index: checkgroup.pl
===================================================================
#!/usr/bin/perl
use strict;
use warnings;
use File::Spec;

my $cvsroot = shift @ARGV;
my $repo = shift @ARGV;
my $path = shift @ARGV;

foreach(@ARGV) {
	my $filepath = File::Spec->catfile($cvsroot, $repo, $path, $_);
	print STDERR $filepath."\n";
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-17 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 21:30 [gentoo-commits] CVSROOT commit in /: checkgroup.pl commitinfo Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox