Bump version to 0.5 and minor cleanup

* Removed temporary added copy of programs.yaml
* Changed default value for default_data_uri to meaningful
  (points to github master)
* Removed version title from tooltip into meta header

Change-Id: Iad2724ecfdb19ee42fb5f69bb113d619081eae63
This commit is contained in:
Ilya Shakhat
2014-05-08 19:11:25 +04:00
parent ab86fe13bf
commit 6e13cab8e0
5 changed files with 7 additions and 330 deletions

View File

@@ -18,7 +18,8 @@ from oslo.config import cfg
OPTS = [
cfg.StrOpt('default-data-uri',
default='file:///usr/local/etc/default_data.json',
default='https://raw.github.com/stackforge/stackalytics/'
'master/etc/default_data.json',
help='URI for default data'),
cfg.StrOpt('sources-root', default='/var/local/stackalytics',
help='The folder that holds all project sources to analyze'),