From 253ed5a70ba02826cd075bd4bd6b09cf281b24ff Mon Sep 17 00:00:00 2001 From: Hippolyte Alain Date: Thu, 1 Jun 2017 15:38:19 +0200 Subject: [PATCH 1/3] Add HautelookAliceBundle recipe --- .../1.4/etc/packages/dev/hautelook_alice.yaml | 8 ++++++++ hautelook/alice-bundle/1.4/manifest.json | 9 +++++++++ hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep | 0 3 files changed, 17 insertions(+) create mode 100644 hautelook/alice-bundle/1.4/etc/packages/dev/hautelook_alice.yaml create mode 100644 hautelook/alice-bundle/1.4/manifest.json create mode 100644 hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep diff --git a/hautelook/alice-bundle/1.4/etc/packages/dev/hautelook_alice.yaml b/hautelook/alice-bundle/1.4/etc/packages/dev/hautelook_alice.yaml new file mode 100644 index 00000000..90f561a3 --- /dev/null +++ b/hautelook/alice-bundle/1.4/etc/packages/dev/hautelook_alice.yaml @@ -0,0 +1,8 @@ +# Read the documentation: https://github.com/hautelook/AliceBundle/blob/v1.4.1/README.md +hautelook_alice: + db_drivers: + orm: ~ +# locale: en_US +# seed: 1 +# persist_once: false +# loading_limit: 5 diff --git a/hautelook/alice-bundle/1.4/manifest.json b/hautelook/alice-bundle/1.4/manifest.json new file mode 100644 index 00000000..a83bac14 --- /dev/null +++ b/hautelook/alice-bundle/1.4/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep b/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep new file mode 100644 index 00000000..e69de29b From 5ce51554b5bf3beeffeefde57abd2911cd93068b Mon Sep 17 00:00:00 2001 From: Hippolyte Alain Date: Thu, 1 Jun 2017 22:50:48 +0200 Subject: [PATCH 2/3] Rename .gitkeep to .gitignore --- hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep diff --git a/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep b/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitkeep deleted file mode 100644 index e69de29b..00000000 From 169d83c6f8789ea8ae8006bef33ef81110d7702d Mon Sep 17 00:00:00 2001 From: Hippolyte Alain Date: Thu, 1 Jun 2017 23:20:38 +0200 Subject: [PATCH 3/3] Fix missing file after renaming --- hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore diff --git a/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore b/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore new file mode 100644 index 00000000..e69de29b