update build scripts, removed BIG-IP version prefix

This commit is contained in:
Bill Church 2019-05-16 07:35:52 -04:00
parent b7d3ec3152
commit 1b40a37d83
9 changed files with 6 additions and 6 deletions

3
.gitignore vendored
View file

@ -35,9 +35,6 @@ coverage
# node-waf configuration # node-waf configuration
.lock-wscript .lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories # Dependency directories
node_modules node_modules
jspm_packages jspm_packages

Binary file not shown.

View file

@ -0,0 +1 @@
b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz

View file

@ -1 +0,0 @@
26e5b0c2aa2c3d064b682f327cad337f5f1f5e3a1251845db19c36eeadcb3fd1 ./bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz

Binary file not shown.

View file

@ -0,0 +1 @@
b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz

View file

@ -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 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 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 find . -name '.DS_Store' -type f -delete

View file

@ -2,5 +2,5 @@
webssh_ilxhost=root@192.168.30.209 webssh_ilxhost=root@192.168.30.209
webssh_workspace_name=webssh2 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 webssh_pua_location=./bin