diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 290: Fix sdist on windows

Message ID 20120116173112.14958.54592.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Jan. 16, 2012, 5:31 p.m. UTC
------------------------------------------------------------
revno: 290
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-dashboard
timestamp: Mon 2012-01-16 18:16:46 +0100
message:
  Fix sdist on windows
  
  It seems that using globs on windows is very sensitive to the trailing
  slash. This prevented anyone from sdist/develop while working on windows
modified:
  MANIFEST.in


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'MANIFEST.in'
--- MANIFEST.in	2011-07-01 11:42:57 +0000
+++ MANIFEST.in	2012-01-16 17:16:46 +0000
@@ -9,4 +9,4 @@ 
 recursive-include dashboard_app/tests/regressions *.json
 recursive-include dashboard_app/static *.png *.js *.css
 recursive-include dashboard_app/templates *.html
-recursive-include examples/ *.xml *.json *html
+recursive-include examples *.xml *.json *html