From 4fc2ceddbd295fc0ef3ec81c2193e97a6cc4e61b Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: May 13 2016 08:46:38 +0000 Subject: rename run-* to example-* so people don't think that this is actual executable --- diff --git a/example-createrepo.sh b/example-createrepo.sh new file mode 100755 index 0000000..1cbcd84 --- /dev/null +++ b/example-createrepo.sh @@ -0,0 +1,9 @@ +#!/bin/bash +TARGET_DIR=~/RHWorkdir +#MODULARITY_DIR=/home/lkocman/Workspace/modularity +MANIFEST_DIR=$1 +SOURCE_REPO=fedora-24-alpha-x86_64 +SOURCE_REPO2=fedora-24-minimization +SOURCE_REPO3="fedora-24-alpha-shells-x86_64" +# Extra file in repodata is the fm-metadata from $MANIFEST_DIR +pungi-createrepo-prototype --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO3 --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO --static-content-manifest $MANIFEST_DIR --arch x86_64 --extra-file fm-metadata.yaml,$MANIFEST_DIR/fm-metadata.yaml diff --git a/example-gather-core.sh b/example-gather-core.sh new file mode 100755 index 0000000..482ee0a --- /dev/null +++ b/example-gather-core.sh @@ -0,0 +1,6 @@ +#!/bin/bash +TARGET_DIR=~/RHWorkdir +#MODULARITY_DIR=/home/lkocman/Workspace/modularity # Should be set in env due pythonpath ... +SOURCE_REPO="fedora-24-alpha-x86_64" +SOURCE_REPO2="fedora-24-minimization" +pungi-gather-prototype --arch x86_64 --config $MODULARITY_DIR/pungi-modularity/pungi-inputs/core.yaml --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO $@ diff --git a/example-gather-shells.sh b/example-gather-shells.sh new file mode 100755 index 0000000..50d692e --- /dev/null +++ b/example-gather-shells.sh @@ -0,0 +1,7 @@ +#!/bin/bash +TARGET_DIR=~/RHWorkdir +#MODULARITY_DIR=/home/lkocman/Workspace/modularity # Should be set in env due pythonpath ... +SOURCE_REPO="fedora-24-alpha-x86_64" +SOURCE_REPO2="fedora-24-minimization" +SOURCE_REPO3="fedora-24-alpha-shells-x86_64" +pungi-gather-prototype --arch x86_64 --config $MODULARITY_DIR/pungi-modularity/pungi-inputs/shells.yaml --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO3 --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO --source-repo-from-path fedora-24-shells $@ diff --git a/example-pungi-compose.sh b/example-pungi-compose.sh new file mode 100755 index 0000000..d331cdf --- /dev/null +++ b/example-pungi-compose.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pungi-compose-prototype --release fedora-24 --variants-file /home/lkocman/Workspace/modularity/pungi-modularity/comps/variants-fm.xml --target-dir /home/lkocman/RHWorkdir/ --debug --arch x86_64 diff --git a/run-pungi-compose.sh b/run-pungi-compose.sh deleted file mode 100755 index d331cdf..0000000 --- a/run-pungi-compose.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -pungi-compose-prototype --release fedora-24 --variants-file /home/lkocman/Workspace/modularity/pungi-modularity/comps/variants-fm.xml --target-dir /home/lkocman/RHWorkdir/ --debug --arch x86_64 diff --git a/run-pungi-createrepo.sh b/run-pungi-createrepo.sh deleted file mode 100755 index 1cbcd84..0000000 --- a/run-pungi-createrepo.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -TARGET_DIR=~/RHWorkdir -#MODULARITY_DIR=/home/lkocman/Workspace/modularity -MANIFEST_DIR=$1 -SOURCE_REPO=fedora-24-alpha-x86_64 -SOURCE_REPO2=fedora-24-minimization -SOURCE_REPO3="fedora-24-alpha-shells-x86_64" -# Extra file in repodata is the fm-metadata from $MANIFEST_DIR -pungi-createrepo-prototype --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO3 --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO --static-content-manifest $MANIFEST_DIR --arch x86_64 --extra-file fm-metadata.yaml,$MANIFEST_DIR/fm-metadata.yaml diff --git a/run-pungi-gather-core.sh b/run-pungi-gather-core.sh deleted file mode 100755 index 482ee0a..0000000 --- a/run-pungi-gather-core.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -TARGET_DIR=~/RHWorkdir -#MODULARITY_DIR=/home/lkocman/Workspace/modularity # Should be set in env due pythonpath ... -SOURCE_REPO="fedora-24-alpha-x86_64" -SOURCE_REPO2="fedora-24-minimization" -pungi-gather-prototype --arch x86_64 --config $MODULARITY_DIR/pungi-modularity/pungi-inputs/core.yaml --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO $@ diff --git a/run-pungi-gather-shells.sh b/run-pungi-gather-shells.sh deleted file mode 100755 index 50d692e..0000000 --- a/run-pungi-gather-shells.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -TARGET_DIR=~/RHWorkdir -#MODULARITY_DIR=/home/lkocman/Workspace/modularity # Should be set in env due pythonpath ... -SOURCE_REPO="fedora-24-alpha-x86_64" -SOURCE_REPO2="fedora-24-minimization" -SOURCE_REPO3="fedora-24-alpha-shells-x86_64" -pungi-gather-prototype --arch x86_64 --config $MODULARITY_DIR/pungi-modularity/pungi-inputs/shells.yaml --target-dir $TARGET_DIR --source-repo-from-path $SOURCE_REPO3 --source-repo-from-path $SOURCE_REPO2 --source-repo-from-path $SOURCE_REPO --source-repo-from-path fedora-24-shells $@