Skip to content

Commit

Permalink
Revision for zos
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Mar 16, 2020
1 parent 879c1c0 commit 09d807b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ source:
build:
number: "{{ data.get('buildnumber') }}"
string: "zowe"
{{ data.get('noarch') }}
{{ data.get('noarch') }}

# features:
# - zowe

Expand Down
4 changes: 3 additions & 1 deletion conda/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
buildnumber=os.getenv('ZLUX_BUILD_NUMBER')

if (sys.platform != 'zos'):
noarch="noarch: generic"
noarch=" noarch: generic"
else:
noarch="# zos build"

setup(name=pluginDef['identifier'],
version=pluginDef['pluginVersion'],
Expand Down

0 comments on commit 09d807b

Please sign in to comment.