From ad8fb1c109504b202c2b93974343c761ca4c97ab Mon Sep 17 00:00:00 2001 From: Hugo Soltys Date: Tue, 30 Jul 2019 16:13:33 +0200 Subject: [PATCH 1/2] FitzBundle contrib recipe --- hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml | 3 +++ .../fitz-bundle/1.0/config/packages/test/fitz.yaml | 3 +++ hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml | 2 ++ hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml | 2 ++ hugosoltys/fitz-bundle/1.0/manifest.json | 9 +++++++++ hugosoltys/fitz-bundle/1.0/post-install.txt | 6 ++++++ 6 files changed, 25 insertions(+) create mode 100644 hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml create mode 100644 hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml create mode 100644 hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml create mode 100644 hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml create mode 100644 hugosoltys/fitz-bundle/1.0/manifest.json create mode 100644 hugosoltys/fitz-bundle/1.0/post-install.txt diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml new file mode 100644 index 00000000..052bd909 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml @@ -0,0 +1,3 @@ +fitz: + composer_path: '/usr/local/bin/composer' + queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle' diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml new file mode 100644 index 00000000..052bd909 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml @@ -0,0 +1,3 @@ +fitz: + composer_path: '/usr/local/bin/composer' + queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle' diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml new file mode 100644 index 00000000..b7ecfc8b --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml @@ -0,0 +1,2 @@ +fitz: + resource: "@FitzBundle/Resources/config/routing.xml" diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml new file mode 100644 index 00000000..b7ecfc8b --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml @@ -0,0 +1,2 @@ +fitz: + resource: "@FitzBundle/Resources/config/routing.xml" diff --git a/hugosoltys/fitz-bundle/1.0/manifest.json b/hugosoltys/fitz-bundle/1.0/manifest.json new file mode 100644 index 00000000..3e355532 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "HugoSoltys\\FitzBundle\\FitzBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} + diff --git a/hugosoltys/fitz-bundle/1.0/post-install.txt b/hugosoltys/fitz-bundle/1.0/post-install.txt new file mode 100644 index 00000000..55fa4e5e --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + + How to install bundles? + + + * Choose your bundles by visiting http://localhost/fitz/install + * Install them by running php bin/console fitz:install From 730a186ad3dd55f2f343bdfb1cc339ff1253e5d3 Mon Sep 17 00:00:00 2001 From: Hugo Soltys Date: Tue, 6 Aug 2019 17:11:38 +0200 Subject: [PATCH 2/2] Rename config files with vendor name --- .../1.0/config/packages/dev/{fitz.yaml => hugosoltys_fitz.yaml} | 0 .../1.0/config/packages/test/{fitz.yaml => hugosoltys_fitz.yaml} | 0 .../1.0/config/routes/dev/{fitz.yaml => hugosoltys_fitz.yaml} | 0 .../1.0/config/routes/test/{fitz.yaml => hugosoltys_fitz.yaml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename hugosoltys/fitz-bundle/1.0/config/packages/dev/{fitz.yaml => hugosoltys_fitz.yaml} (100%) rename hugosoltys/fitz-bundle/1.0/config/packages/test/{fitz.yaml => hugosoltys_fitz.yaml} (100%) rename hugosoltys/fitz-bundle/1.0/config/routes/dev/{fitz.yaml => hugosoltys_fitz.yaml} (100%) rename hugosoltys/fitz-bundle/1.0/config/routes/test/{fitz.yaml => hugosoltys_fitz.yaml} (100%) diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/dev/hugosoltys_fitz.yaml similarity index 100% rename from hugosoltys/fitz-bundle/1.0/config/packages/dev/fitz.yaml rename to hugosoltys/fitz-bundle/1.0/config/packages/dev/hugosoltys_fitz.yaml diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/test/hugosoltys_fitz.yaml similarity index 100% rename from hugosoltys/fitz-bundle/1.0/config/packages/test/fitz.yaml rename to hugosoltys/fitz-bundle/1.0/config/packages/test/hugosoltys_fitz.yaml diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/dev/hugosoltys_fitz.yaml similarity index 100% rename from hugosoltys/fitz-bundle/1.0/config/routes/dev/fitz.yaml rename to hugosoltys/fitz-bundle/1.0/config/routes/dev/hugosoltys_fitz.yaml diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/test/hugosoltys_fitz.yaml similarity index 100% rename from hugosoltys/fitz-bundle/1.0/config/routes/test/fitz.yaml rename to hugosoltys/fitz-bundle/1.0/config/routes/test/hugosoltys_fitz.yaml