mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
Merge pull request #917 from immarvin/onbuildscripts
Since we only support Linux build on 2.12. I agree to use bash for the script.
This commit is contained in:
commit
927fa2f548
@ -1,5 +1,4 @@
|
||||
# The shell is commented out so that it will run in bash on linux and ksh on aix
|
||||
# !/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# Build and upload the xcat-core code, on either linux or aix.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The shell is commented out so that it will run in bash on linux and ksh on aix
|
||||
# !/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Package up all the xCAT open source dependencies
|
||||
# - creating the yum repos
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
#######################################################################
|
||||
#build script for local usage
|
||||
#used for Linux/AIX/Ubuntu
|
||||
|
Loading…
x
Reference in New Issue
Block a user