[recipes] Revert "Drop the build-bundle.sh script"



commit afdf67f153597d819678da426c688a2d27cf4923
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 18 11:37:43 2017 -0400

    Revert "Drop the build-bundle.sh script"
    
    This reverts commit 5639f9cae1522af88dcba9e19530f8ec9fa82f65.

 build-bundle.sh |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/build-bundle.sh b/build-bundle.sh
new file mode 100755
index 0000000..ac01936
--- /dev/null
+++ b/build-bundle.sh
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+BUILD_DIR=build
+JSON=org.gnome.Recipes.flatpak.json
+REPO=repo
+
+echo "Removing build dir..."
+rm -rf $BUILD_DIR
+
+echo "Building with flatpak-builder..."
+flatpak-builder --repo=$REPO $BUILD_DIR $JSON
+
+echo "Creating bundle file..."
+flatpak build-bundle $REPO org.gnome.Recipes.x86_64.flatpak org.gnome.Recipes master
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]