Commit 0db65b60 authored by Vivien Alger's avatar Vivien Alger

Forgot to uncomment package generation

parent 4bbf1385
...@@ -118,22 +118,22 @@ if [ ! -d "$CURRENT_DIRECTORY/$SLAPOS_DIRECTORY" ]; then ...@@ -118,22 +118,22 @@ if [ ! -d "$CURRENT_DIRECTORY/$SLAPOS_DIRECTORY" ]; then
fi fi
# Prepare Makefile and offline script # Prepare Makefile and offline script
#prepare_template_files prepare_template_files
# Prepare Download Cache for SlapOS # Prepare Download Cache for SlapOS
#prepare_download_cache prepare_download_cache
# Prepare tarball # Prepare tarball
#prepare_tarball prepare_tarball
# Generate spec file # Generate spec file
spec_generation spec_generation
# Prepare deb packaging # Prepare deb packaging
#prepare_deb_packaging prepare_deb_packaging
# Upload to obs # Upload to obs
#obs_upload obs_upload
# Save current version # Save current version
echo "$RECIPE_VERSION" > $CURRENT_DIRECTORY/slapos-recipe-version echo "$RECIPE_VERSION" > $CURRENT_DIRECTORY/slapos-recipe-version
......
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