Skip to content
Snippets Groups Projects
Commit 67788382 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[Distrib] Generate generic source for final release

parent 66597e4e
No related branches found
No related tags found
No related merge requests found
...@@ -448,6 +448,10 @@ function add_downloads { ...@@ -448,6 +448,10 @@ function add_downloads {
# Source distribution: # Source distribution:
run "cp $OUT_DIR/$TARGZ_FILENAME $DOWNLOAD_DIR" run "cp $OUT_DIR/$TARGZ_FILENAME $DOWNLOAD_DIR"
run "git -C $WEBSITE_DIR add $DOWNLOAD_PATH/$TARGZ_FILENAME" run "git -C $WEBSITE_DIR add $DOWNLOAD_PATH/$TARGZ_FILENAME"
if test "$FINAL_RELEASE" = "yes"; then
run "cp $OUT_DIR/$TARGZ_FILENAME $DOWNLOAD_DIR/frama-c-source-dist.tar.gz"
run "git -C $WEBSITE_DIR add $DOWNLOAD_PATH/frama-c-source-dist.tar.gz"
fi
# API # API
run "cp $OUT_DIR/frama-c-api.tar.gz $DOWNLOAD_DIR/frama-c-$FRAMAC_VERSION_AND_CODENAME-api.tar.gz" run "cp $OUT_DIR/frama-c-api.tar.gz $DOWNLOAD_DIR/frama-c-$FRAMAC_VERSION_AND_CODENAME-api.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment