Commit Graph

19 Commits

Author SHA1 Message Date
Chris MacNaughton f7dc499de4
Update MANIFEST for dashboard config
The various policy files in openstack-dashboard/conf are not
included in the package by default. Update MANIFEST.in to
recursively include that directory.

Change-Id: I889a639b5d8d696df997c031036ffb8f88aa66b9
Closes-Bug: #1872671
2020-06-08 15:06:58 +02:00
Akihiro Motoki 3ee03ac1e8 Drop Makefile
We don't use 'make' command in our development process and
they are rarely maintained. It looks better to drop them.

Change-Id: Ic4fe0fa79f9a1749162d5e4109a2dc86e156afca
Related-Bug: #1483917
2017-11-13 10:14:05 +00:00
Rob Cresswell b4914c4caf Remove remainder of run_tests references
Change-Id: I74245159e8c4e17056170fe4a573ad899676aea6
2017-08-29 08:15:24 +00:00
Rob Cresswell 09706c6e37 Update MANIFEST for SCSS
Updates the manifest to account for SCSS, and ensures there are no CSS
files left in tree.

Change-Id: I0d421d931d252d821a7ecf19a750f73b8241c249
Closes-Bug: 1493854
2015-09-09 14:42:10 +01:00
Sascha Peilicke a0739c9423 Drop NodeJS dependency in favor of pure-python lesscpy
While less.js from lesscss.org is still the most standard-compliant (err
defining) LESS implementation, a pure-python one will drasticly simplify
deployments.

Since lesscpy doesn't support {outfile} just write to stdout,
django_compressor will happily take that (See
http://django-compressor.readthedocs.org/en/master/settings/#django.conf.settings.COMPRESS_PRECOMPILERS)

Drop dependency documentation, there are no external (non-Python) tools
left to setup.

Meanwhile, lesscpy(>=0.9j) supports SVG stylesheets.

Change-Id: I89ed102f7be4b554a28b001c9c0d40dab4a51ae6
2013-08-16 09:31:08 +02:00
Jiri Tomasek 5b24518b10 Renames tools/pip-requires to requirements.txt
and tools/test-requires to test-requirements.txt

These are standard files and tools in the
general world are growing intelligence about them.

Change-Id: Iac3c680dd19cabd8ea38598a6e2bb27238030a2d
Fixes: bug #1179008
2013-05-29 12:07:35 +02:00
Monty Taylor 91e4715c14 Migrate to PBR for build tooling.
pbr is the library-ified version of the code that was in
openstack.common.setup and version. It builds on top of d2to1 to
provide declarative build configuration.

Change-Id: Ic264fa33e17fe5fdc71d8c53412495b069ab74a4
2013-04-27 11:56:07 -04:00
Gabriel Hurley 0d305a62f1 Fixes for missing files in MANIFEST.
Fixes bug 1079621.

Change-Id: Ic7f16ff86033e3e53e6682bd494b907f396490ce
2012-11-20 14:40:13 -08:00
Thierry Carrez 27752e337a Adding missing files to MANIFEST.in
Fix MANIFEST.in to include files missing from generated tarballs.
Fixes bug 1037011.

Change-Id: Ia1645a407f335d7bdb5319023b7b3be8fa114693
2012-08-15 11:19:57 +02:00
Gabriel Hurley df106572cc Includes LESS files in bdist packages.
Incidentally cleans up some files that didn't exist in the
MANIFEST.in file.

Fixes bug 1016085 but now needs to be followed by a fix for
bug 1020799 in the future.

Change-Id: I8a53bb17f14afdad61513afa67de7134722c49e9
2012-07-03 20:46:40 -07:00
Gabriel Hurley 9f2cfc367a Adding the bin dir and lessc binary to the manifest file.
Change-Id: I5abfc72714e24aa6a30adcd335be3fd085cdfe79
2012-06-20 13:04:27 -07:00
Clark Boylan f1a8e0c54f Move docs to doc.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc and build results go in project/doc/build.

Change-Id: Ic523a716e4113198b777d6dc3db8bb8a729e7696
2012-06-12 11:41:04 -07:00
Lin Hua Cheng e555129662 New .tmpl files are not included in build.
Fixes bug 1010341.

Add entry in the MANIFEST.in file to include *.tmpl
file from Horizon.

Change-Id: Iac6893afb334f32f4eb99087102c9d44abdb1b45
2012-06-11 21:29:21 -07:00
Monty Taylor c93e7c06fd Add ProjectTestingInterface to horizon.
Horizon is the last project that doesn't have support for the common
Project Testing Interface. This gets horizon up to speed with the
other bits, but shouldn't break any of the existing interfaces.

Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
2012-05-26 14:36:19 -07:00
Gabriel Hurley 908997c67c Adding css files from horizon dir to manifest file.
Fixes bug 1001219.

Change-Id: Ib136692ac303a27a75114a690fd14e0f6505d8f3
2012-05-18 11:37:52 -07:00
Thierry Carrez 047d674dfd Add missing docs files in tarball
Fix MANIFEST.in to include a few missing files in the docs.
Fixes bug 954910.

Change-Id: I8916dfb139607d33f9053a33b082b6eb44b00f3e
2012-03-14 16:12:52 +01:00
Gabriel Hurley b59d288ef8 Updated translation files; added sphinx template placeholder to manifest.
Fixed a problem with the batch action translation strings preventing
translations from working properly.

Renamed the zh-cn and zh-tw translations to zh-CN and zh-TW as
is correct.

Fixed bug 947027.

Change-Id: Ifa5704d5c9664d6c4af8ef3fca83a5a81148a82e
2012-03-05 11:41:54 -08:00
Gabriel Hurley 0ee6fa835b Fixed MANIFEST.in so the setup.py sdist command works properly.
Fixes bug 944763.

Change-Id: Ic6334a9031cba80970b1bfb29fb89e1ace6468b3
2012-03-02 13:45:24 -08:00
Ghe Rivero a9d926e358 Added package_data to horizon
Several files necessary for horizon are not included when installing/distributing the package.
This patch includes the following extensions:
*.html *.js *.csv *.template *.mo

Patch Set 2: Added info to AUTHORS file

Change-Id: Id8a6a007eff17edbe77d2ead236fa2067231248f
2012-03-01 20:25:18 +01:00