1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
graphite-web source for Debian
------------------------------
The included thirdparty python libraries are removed:
# rm -f webapp/graphite/thirdparty
See: https://bugs.launchpad.net/graphite/+bug/1077338
The included *.swf files are removed, source missing:
# rm webapp/content/js/ext/resources/*.swf
# Removed examples/ directory from ExtJS, Icons not needed, CC-BY-3.0
# rm -rf webapp/content/js/ext/examples
The included JS files are removed and symlink to Debian JS packages:
# rm webapp/content/js/jquery.js
# rm webapp/content/js/window/prototype.js
# rm -r webapp/content/js/scriptaculous
# rm webapp/content/js/window/effects.js
# rm webapp/content/js/jquery.flot.crosshair.js
# rm webapp/content/js/jquery.flot.js
# rm webapp/content/js/jquery.flot.selection.js
-- Jonas Genannt <jonas.genannt@capi2name.de> Sat, 09 Mar 2013 15:55:45 +0100
|