From: Emil Velikov <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
release.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/release.sh b/release.sh
index e5f8573..0393a00 100755
--- a/release.sh
+++ b/release.sh
@@ -330,6 +330,8 @@ process_module() {
echo " clean-up previously failed attempts at distcheck"
return 1
fi
+ # create tmpdir
+ # run autogen.sh and/or equivalent
status_file=`find . -name config.status -type f`
if [ $? -ne 0 ]; then
echo "Error: failed to locate config.status."
@@ -459,7 +461,7 @@ process_module() {
return 1
fi
- # If a tag exists with the the tar name, ensure it is tagging the top
commit
+ # If a tag exists with the tar name, ensure it is tagging the top commit
# It may happen if the version set in configure.ac has been previously
released
tagged_commit_sha=`git rev-list --max-count=1 $tag_name 2>/dev/null`
if [ $? -eq 0 ]; then
--
2.8.2
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel