Skip to content

Commit

Permalink
Make update
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Oct 7, 2024
1 parent e9454b3 commit 25403fb
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ VERSION=3.1.0





# ------------------------------------------------
# -------- Usage
# ------------------------------------------------
Expand All @@ -45,8 +43,6 @@ then
fi




# ------------------------------------------------
# -------- DELETE PRODUCT
# ------------------------------------------------
Expand Down Expand Up @@ -91,7 +87,6 @@ then
fi



# ------------------------------------------------
# -------- CREATE PRODUCT
# ------------------------------------------------
Expand Down Expand Up @@ -226,7 +221,7 @@ HEX=`hexdump -vn16 -e'4/4 "%08x" 1 "\n"' /dev/urandom`
# make empty dirs
mkdir autumo-beetRoot-$VERSION/log

# --------- H2 DB
# --------- H2 DB

mkdir autumo-beetRoot-$VERSION/db
cd autumo-beetRoot-$VERSION/db
Expand All @@ -253,33 +248,31 @@ HEX=`hexdump -vn16 -e'4/4 "%08x" 1 "\n"' /dev/urandom`

cp ../db/h2/h2* autumo-beetRoot-web-$VERSION/db/h2/
cp ../db/h2/db/dist/* autumo-beetRoot-web-$VERSION/db/h2/db/
cp ../db/*.sql autumo-beetRoot-web-$VERSION/db/

cp ../db/*.sql autumo-beetRoot-web-$VERSION/db/

# --------- Gen resources
# --------- Gen resources

mkdir autumo-beetRoot-$VERSION/gen

cp -r ../gen autumo-beetRoot-$VERSION/

# --------- Web resources
# --------- Web resources

mkdir autumo-beetRoot-$VERSION/web

cp -r ../web autumo-beetRoot-$VERSION/


cp -r ../web autumo-beetRoot-web-$VERSION/

# --------- SSL resources
# --------- SSL resources

mkdir autumo-beetRoot-$VERSION/ssl

cp -r ../ssl autumo-beetRoot-$VERSION/

cp -r ../ssl autumo-beetRoot-web-$VERSION/

# --------- Copy scripts
# --------- Copy scripts

mkdir autumo-beetRoot-$VERSION/bin

Expand All @@ -292,8 +285,10 @@ HEX=`hexdump -vn16 -e'4/4 "%08x" 1 "\n"' /dev/urandom`
cp ../bin/plant.sh autumo-beetRoot-$VERSION/bin
cp ../bin/plant.bat autumo-beetRoot-$VERSION/bin

cp ../bin/version.sh autumo-beetRoot-$VERSION/bin
cp ../bin/version.bat autumo-beetRoot-$VERSION/bin

# --------- Copy infos
# --------- Copy infos

mkdir autumo-beetRoot-$VERSION/doc
mkdir autumo-beetRoot-$VERSION/doc/migration
Expand Down Expand Up @@ -416,4 +411,3 @@ else
echo " "
fi


0 comments on commit 25403fb

Please sign in to comment.