File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ os=`uname -s | tr 'A-Z/ ' 'a-z._'`'-'`uname -p | tr '/ ' '._'`
28
28
if test " $banner " = Development
29
29
then
30
30
tgzfile=rwloadsim-$os -bin-$longname .tgz
31
+ tgzgen=generated-$os -bin-$longname .tgz
31
32
tgzbinonly=rwloadsim-$os -binonly-$longname .tgz
32
33
else
33
34
tgzfile=rwloadsim-$os -bin-$name .tgz
35
+ tgzgen=generated-$os -bin-$name .tgz
34
36
tgzbinonly=rwloadsim-$os -binonly-$name .tgz
35
37
fi
36
38
@@ -43,5 +45,6 @@ rm -f $tgzfile $tgzbinonly
43
45
# And create the two files
44
46
tar -zcf $tgzfile --exclude-from=tar.exclude ./DISTRIBUTION.txt ./LICENSE.txt ./SECURITY.md ./CONTRIBUTING.md ./README.md ./CHANGELOG.md bin lib man admin demo public docs oltp
45
47
tar -zcf $tgzbinonly ./DISTRIBUTION.txt ./LICENSE.txt ./SECURITY.md ./CONTRIBUTING.md ./BINONLY.txt bin/rwloadsim?? lib/* .o admin/vim.tar src/tags src/cscope.out
48
+ tar -zcf $tgzgen ./ociping ./connping
46
49
47
- echo Created $tgzfile and $tgzbinonly containing a $banner release
50
+ echo Created $tgzfile , $tgzbinonly and $tgzgen containing a $banner release
Original file line number Diff line number Diff line change @@ -1815,7 +1815,7 @@ extern const char rwlexecbanner[];
1815
1815
#define RWL_VERSION_MAJOR 3
1816
1816
#define RWL_VERSION_MINOR 0
1817
1817
#define RWL_VERSION_RELEASE 2
1818
- #define RWL_VERSION_TEXT "Production " RWL_EXTRA_VERSION_TEXT
1818
+ #define RWL_VERSION_TEXT "Development " RWL_EXTRA_VERSION_TEXT
1819
1819
#define RWL_VERSION_DATE // undef to not include compile date
1820
1820
extern ub4 rwlpatch ;
1821
1821
You can’t perform that action at this time.
0 commit comments