Skip to content

Commit 177dfba

Browse files
committed
Updated path for files of pbm RPM.
1 parent e54a6b1 commit 177dfba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#
55
#
66
from version import __version__, __provides__
7-
prefix = '/data/atlpan/bigpandamon'
7+
#prefix = '/data/atlpan/bigpandamon'
8+
prefix = '/data/wenaus/bigpandamon'
89
lib_prefix = 'lib/python2.6/site-packages/'
910
expected_extensions = ['.html', '.js', '.css', '.png', '.gif', '.ico', '-example'] #FIXME
1011
src_ext = [ '.py' ]
@@ -187,13 +188,14 @@ def gen_data_files(*dirs):
187188
url='https://twiki.cern.ch/twiki/bin/view/PanDA/BigPanDAmonitoring',
188189
packages=[ #FIXME
189190
'pbm',
190-
'pbm.templatetags',
191+
'pbm.templatetags',
191192
],
192193
data_files=[ #FIXME
193194
# HTML templates and static files
194195
]
195196
+ gen_data_files(
196197
"pbm/templates",
198+
"pbm/settings",
197199
)
198200
,
199201
cmdclass={'install': install_panda,

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
atlas.version
2+
pbm.version
33
"""
44
import commands
55
import ConfigParser

0 commit comments

Comments
 (0)