Andrew Bogott has submitted this change and it was merged. Change subject: cleanup rspec fixtures ......................................................................
cleanup rspec fixtures The symbolic links contained in the rspec fixtures dirs causes puppet doc generation to fails since it follow symbolic links. It would end up reloading the module dir over and over and find duplicate classes or abort with "too many nested symbolic links" error. Change-Id: Ieb25db4ec40075683d0c1b7abc1bd3dd09302c07 --- D modules/gitconfig/spec/fixtures/modules/git/manifests D modules/gitconfig/spec/fixtures/modules/git/templates D modules/gitconfig/spec/fixtures/modules/gitconfig/manifests D modules/gitconfig/spec/fixtures/modules/gitconfig/templates D modules/mongodb/spec/fixtures/manifests/site.pp D modules/rsync/spec/fixtures/manifests/site.pp 6 files changed, 0 insertions(+), 4 deletions(-) Approvals: Akosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/gitconfig/spec/fixtures/modules/git/manifests b/modules/gitconfig/spec/fixtures/modules/git/manifests deleted file mode 120000 index 373b992..0000000 --- a/modules/gitconfig/spec/fixtures/modules/git/manifests +++ /dev/null @@ -1 +0,0 @@ -../../../../manifests \ No newline at end of file diff --git a/modules/gitconfig/spec/fixtures/modules/git/templates b/modules/gitconfig/spec/fixtures/modules/git/templates deleted file mode 120000 index f8a06d1..0000000 --- a/modules/gitconfig/spec/fixtures/modules/git/templates +++ /dev/null @@ -1 +0,0 @@ -../../../../templates \ No newline at end of file diff --git a/modules/gitconfig/spec/fixtures/modules/gitconfig/manifests b/modules/gitconfig/spec/fixtures/modules/gitconfig/manifests deleted file mode 120000 index 373b992..0000000 --- a/modules/gitconfig/spec/fixtures/modules/gitconfig/manifests +++ /dev/null @@ -1 +0,0 @@ -../../../../manifests \ No newline at end of file diff --git a/modules/gitconfig/spec/fixtures/modules/gitconfig/templates b/modules/gitconfig/spec/fixtures/modules/gitconfig/templates deleted file mode 120000 index f8a06d1..0000000 --- a/modules/gitconfig/spec/fixtures/modules/gitconfig/templates +++ /dev/null @@ -1 +0,0 @@ -../../../../templates \ No newline at end of file diff --git a/modules/mongodb/spec/fixtures/manifests/site.pp b/modules/mongodb/spec/fixtures/manifests/site.pp deleted file mode 100644 index e69de29..0000000 --- a/modules/mongodb/spec/fixtures/manifests/site.pp +++ /dev/null diff --git a/modules/rsync/spec/fixtures/manifests/site.pp b/modules/rsync/spec/fixtures/manifests/site.pp deleted file mode 100644 index e69de29..0000000 --- a/modules/rsync/spec/fixtures/manifests/site.pp +++ /dev/null -- To view, visit https://gerrit.wikimedia.org/r/76887 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb25db4ec40075683d0c1b7abc1bd3dd09302c07 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Akosiaris <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
