2
0
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:
tingtli 2016-04-13 13:54:42 +08:00
commit 927fa2f548
4 changed files with 5 additions and 6 deletions

View File

@ -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.

View File

@ -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

View File

@ -1,3 +1,4 @@
#!/bin/sh
#######################################################################
#build script for local usage
#used for Linux/AIX/Ubuntu

View File

@ -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
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html