← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/maas_update_manifest into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/maas_update_manifest into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~andreserl/maas/maas_update_manifest/+merge/118953

MANIFEST.in:
- Update to install all extra files under src/provisioningserver/ instead of src/provisioningserver/*/templates only, as some of the templates are not organized in their own 'templates' subdirectory (i.e. PXE templates).
- Remove tests from src/provisioningserver/*/tests.
-- 
https://code.launchpad.net/~andreserl/maas/maas_update_manifest/+merge/118953
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/maas_update_manifest into lp:maas.
=== modified file 'MANIFEST.in'
--- MANIFEST.in	2012-06-28 15:47:28 +0000
+++ MANIFEST.in	2012-08-09 13:30:11 +0000
@@ -2,8 +2,9 @@
 graft src/*/templates
 graft src/*/fixtures
 graft src/*/specs
-graft src/provisioningserver/*/templates
+graft src/provisioningserver/*
 graft vdenv
 prune src/*/testing
 prune src/*/tests
 prune src/maastesting
+prune src/provisioningserver/*/tests


Follow ups