update build scripts, removed BIG-IP version prefix
This commit is contained in:
parent
b7d3ec3152
commit
1b40a37d83
9 changed files with 6 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -35,9 +35,6 @@ coverage
|
|||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
jspm_packages
|
||||
|
|
BIN
Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz
Normal file
BIN
Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz
Normal file
Binary file not shown.
1
Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz.sha256
Normal file
1
Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz.sha256
Normal file
|
@ -0,0 +1 @@
|
|||
b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
26e5b0c2aa2c3d064b682f327cad337f5f1f5e3a1251845db19c36eeadcb3fd1 ./bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz
|
BIN
bin/BIG-IP-ILX-WebSSH2-current.tgz
Normal file
BIN
bin/BIG-IP-ILX-WebSSH2-current.tgz
Normal file
Binary file not shown.
1
bin/BIG-IP-ILX-WebSSH2-current.tgz.sha256
Normal file
1
bin/BIG-IP-ILX-WebSSH2-current.tgz.sha256
Normal file
|
@ -0,0 +1 @@
|
|||
b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz
|
|
@ -13,7 +13,9 @@ webssh_workspace_name=$webssh_workspace_name-$package_version
|
|||
|
||||
ssh -o ClearAllForwardings=yes $webssh_ilxhost /bin/tar czf - -C /var/ilx/workspaces/Common/$webssh_workspace_name . > Build/Release/$webssh_package_name-$package_version.tgz
|
||||
|
||||
shasum -a 256 Build/Release/$webssh_package_name-$package_version.tgz > Build/Release/$webssh_package_name-$package_version.tgz.sha256
|
||||
|
||||
cp Build/Release/$webssh_package_name-$package_version.tgz $webssh_pua_location/$webssh_package_name-current.tgz
|
||||
shasum -a 256 $webssh_pua_location/$webssh_package_name-current.tgz > $webssh_pua_location/$webssh_package_name-current.tgz.sha256
|
||||
cp Build/Release/$webssh_package_name-$package_version.tgz.sha256 $webssh_pua_location/$webssh_package_name-current.tgz.sha256
|
||||
|
||||
find . -name '.DS_Store' -type f -delete
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
webssh_ilxhost=root@192.168.30.209
|
||||
webssh_workspace_name=webssh2
|
||||
webssh_package_name=BIG-IP-13.1.0.8-ILX-WebSSH2
|
||||
webssh_package_name=BIG-IP-ILX-WebSSH2
|
||||
webssh_pua_location=./bin
|
||||
|
|
Loading…
Reference in a new issue