Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4ef39
)
b=1173
author
pschwan
<pschwan>
Mon, 26 May 2003 08:18:20 +0000
(08:18 +0000)
committer
pschwan
<pschwan>
Mon, 26 May 2003 08:18:20 +0000
(08:18 +0000)
Remove all files from lib/, put the functions into various other
modules as appropriate, and remove the bits to create the symlinks.
Tested in UML and lightly on dev. Builds, inserts, mounts.
lustre/scripts/version_tag.pl
patch
|
blob
|
history
diff --git
a/lustre/scripts/version_tag.pl
b/lustre/scripts/version_tag.pl
index
868411b
..
f33443f
100644
(file)
--- a/
lustre/scripts/version_tag.pl
+++ b/
lustre/scripts/version_tag.pl
@@
-59,6
+59,9
@@
sub get_latest_mtime()
$cur_dir =~ s/\/CVS\/Entries$//;
my @statbuf = stat("$cur_dir/$file");
my $mtime = $statbuf[9];
+ if (!defined($mtime)) {
+ next;
+ }
my $local_date = gmtime($mtime);
if ($local_date ne $date &&
$file ne "lustre.spec.in") {