PERFORCE change 143337 for review

Julian Elischer julian at FreeBSD.org
Thu Jun 12 01:03:45 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143337

Change 143337 by julian at julian_trafmon1 on 2008/06/12 01:03:05

	Update for this branch

Affected files ...

.. //depot/projects/vimage-devel/makediff.pl#2 edit
.. //depot/projects/vimage-devel/update.sh#2 edit

Differences ...

==== //depot/projects/vimage-devel/makediff.pl#2 (text+ko) ====

@@ -3,8 +3,8 @@
 use POSIX (strftime);
 
 $src_base = '//depot/vendor/freebsd/src';
-$dst_base = '//depot/projects/vimage/src';
-$dst_label = '@vimage-label';
+$dst_base = '//depot/projects/vimage-devel/src';
+$dst_label = '@vimage-devel-label';
 
 $cmd = "p4 diff2 -du $src_base/...$dst_label $dst_base/...#head";
 open(P, "$cmd |") || die $!;

==== //depot/projects/vimage-devel/update.sh#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #!/bin/sh
-BRANCH="vimage"
+BRANCH="vimage-devel"
 # cd to the base of the tree in question (so you see 'src' of you do an 'ls'
 if [ ! -d src ]
 then


More information about the p4-projects mailing list