diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-10-21 16:24:48 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-10-21 16:24:48 -0400 |
commit | f048d99b46dd763ba00f147c48de6ac8d553e1f9 (patch) | |
tree | 0fb4eae555ec539838a97ab667dc5ab0b63ee1ff | |
parent | c660d82a9ffab4752687b5f17ceba1b108ed8002 (diff) |
update make_release for 2010.2
-rwxr-xr-x | make_release | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make_release b/make_release index 3ed0410..212385a 100755 --- a/make_release +++ b/make_release | |||
@@ -4,9 +4,9 @@ RELEASE_DIR=/home/bbb/releases | |||
4 | 4 | ||
5 | LIBLITMUS_DIR=/home/bbb/dev/liblitmus2010 | 5 | LIBLITMUS_DIR=/home/bbb/dev/liblitmus2010 |
6 | LITMUS_DIR=/home/bbb/dev/litmus2010 | 6 | LITMUS_DIR=/home/bbb/dev/litmus2010 |
7 | FT_TOOLS_DIR=/home/bbb/ft_tools/ | 7 | FT_TOOLS_DIR=/home/bbb/dev/ft_tools/ |
8 | 8 | ||
9 | BASE_TAG="v2.6.32" | 9 | BASE_TAG="v2.6.34" |
10 | 10 | ||
11 | TAG=$1 | 11 | TAG=$1 |
12 | 12 | ||
@@ -65,10 +65,10 @@ mkdir -p $TARGET || die "Could not make directory $TARGET." | |||
65 | 65 | ||
66 | release_litmus || die "Releasing LITMUS^RT failed." | 66 | release_litmus || die "Releasing LITMUS^RT failed." |
67 | release_liblitmus || die "Releasing liblitmus failed." | 67 | release_liblitmus || die "Releasing liblitmus failed." |
68 | release_ft_tools || die "Releasing ft_tools failed." | 68 | release_ft_tools || die "Releasing ft_tools failed." |
69 | 69 | ||
70 | cd $TARGET | 70 | cd $TARGET |
71 | echo "Generating check sums." | 71 | echo "Generating check sums." |
72 | sha256sum * > SHA256SUMS | 72 | sha256sum * > SHA256SUMS |
73 | 73 | ||
74 | echo "Release generated in $TARGET." | 74 | echo "Release generated in $TARGET." |