Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
f8f6e2ee
Commit
f8f6e2ee
authored
May 10, 2016
by
Jamie Hall
Browse files
Update build.py ccording to changes in macos package script
parent
3b4290bb
Pipeline
#250
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/build.py
View file @
f8f6e2ee
...
...
@@ -5,17 +5,15 @@ import os
if
sys
.
platform
.
startswith
(
'darwin'
):
from
setuptools
import
setup
build_name
=
os
.
environ
[
'BUILD_NAME'
]
rev_number
=
os
.
environ
[
'REV_NUMBER'
]
version
=
build_name
+
" v"
+
rev_number
version
=
os
.
environ
[
'MDANSE_VERSION'
]
APP
=
[
'../../../Scripts/mdanse_gui'
]
PLIST
=
{
u
'CFBundleName'
:
u
'MDANSE'
,
u
'CFBundleShortVersionString'
:
build_name
,
u
'CFBundleShortVersionString'
:
version
,
u
'CFBundleVersion'
:
version
,
u
'CFBundleIdentifier'
:
u
'eu.ill.MDANSE-'
+
build_name
,
u
'CFBundleIdentifier'
:
u
'eu.ill.MDANSE-'
+
version
,
u
'LSApplicationCategoryType'
:
u
'public.app-category.science'
}
OPTIONS
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment