Update prepare script to new slapos.core version

parent 4c0436fa
#!/bin/bash -e #!/bin/bash -e
VERSION=0.33 VERSION=0.35
RECIPE_VERSION=0.135.1 RECIPE_VERSION=0.147
RELEASE=2 RELEASE=0
VERSION_REGEX="s/\%RECIPE_VERSION\%/$RECIPE_VERSION/g;s/\%VERSION\%/$VERSION/g;s/\%RELEASE\%/$RELEASE/g" VERSION_REGEX="s/\%RECIPE_VERSION\%/$RECIPE_VERSION/g;s/\%VERSION\%/$VERSION/g;s/\%RELEASE\%/$RELEASE/g"
CURRENT_DIRECTORY="$(pwd)" CURRENT_DIRECTORY="$(pwd)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment