Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
ParaView
Commits
225b439d
Commit
225b439d
authored
May 13, 2004
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Fixed source_zipfile command to not include CVS directories.
parent
86caa933
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Utilities/Release/paraview_release.sh
Utilities/Release/paraview_release.sh
+5
-1
No files found.
Utilities/Release/paraview_release.sh
View file @
225b439d
...
...
@@ -411,7 +411,11 @@ source_zipfile()
(
mkdir
-p
Tarballs
&&
rm
-rf
Tarballs/
${
PROJECT
}
-
${
VERSION
}
.zip
&&
zip
-r
Tarballs/
${
PROJECT
}
-
${
VERSION
}
.zip
${
PROJECT
}
-
${
VERSION
}
rm
-rf
Tarballs/
${
PROJECT
}
-
${
VERSION
}
&&
tar
c
--exclude
CVS
${
PROJECT
}
-
${
VERSION
}
|
(
cd
Tarballs
;
tar
x
)
&&
cd
Tarballs
&&
zip
-r
${
PROJECT
}
-
${
VERSION
}
.zip
${
PROJECT
}
-
${
VERSION
}
&&
rm
-rf
${
PROJECT
}
-
${
VERSION
}
)
>
Logs/source_zipfile.log 2>&1
||
error_log Logs/source_zipfile.log
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment