diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 286: Add .svg files to manifes

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

Commit Message

Zygmunt Krynicki Nov. 9, 2011, 7:26 p.m. UTC
------------------------------------------------------------
revno: 286
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Wed 2011-11-09 01:27:24 +0100
message:
  Add .svg files to manifes
modified:
  MANIFEST.in


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

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

Patch

=== modified file 'MANIFEST.in'
--- MANIFEST.in	2011-09-29 12:38:03 +0000
+++ MANIFEST.in	2011-11-09 00:27:24 +0000
@@ -4,7 +4,7 @@ 
 include INSTALL 
 include NEWS 
 include README 
-recursive-include lava_server/htdocs *.gif *.png *.js *.css
+recursive-include lava_server/htdocs *.gif *.png *.js *.css *.svg
 recursive-include lava_server/templates *.html
 recursive-include lava_projects/templates *.html
 recursive-include lava_markitup/templates *.html