diff --git a/.gitignore b/.gitignore index 72272c0..d47501e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz b/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz new file mode 100644 index 0000000..03f21f3 Binary files /dev/null and b/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz differ diff --git a/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz.sha256 b/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz.sha256 new file mode 100644 index 0000000..9af6467 --- /dev/null +++ b/Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz.sha256 @@ -0,0 +1 @@ +b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz diff --git a/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz b/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz deleted file mode 100644 index d7dc6e8..0000000 Binary files a/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz and /dev/null differ diff --git a/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz.sha256 b/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz.sha256 deleted file mode 100644 index db8f6ff..0000000 --- a/bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz.sha256 +++ /dev/null @@ -1 +0,0 @@ -26e5b0c2aa2c3d064b682f327cad337f5f1f5e3a1251845db19c36eeadcb3fd1 ./bin/BIG-IP-13.1.0.8-ILX-WebSSH2-current.tgz diff --git a/bin/BIG-IP-ILX-WebSSH2-current.tgz b/bin/BIG-IP-ILX-WebSSH2-current.tgz new file mode 100644 index 0000000..03f21f3 Binary files /dev/null and b/bin/BIG-IP-ILX-WebSSH2-current.tgz differ diff --git a/bin/BIG-IP-ILX-WebSSH2-current.tgz.sha256 b/bin/BIG-IP-ILX-WebSSH2-current.tgz.sha256 new file mode 100644 index 0000000..9af6467 --- /dev/null +++ b/bin/BIG-IP-ILX-WebSSH2-current.tgz.sha256 @@ -0,0 +1 @@ +b5d91410538e7aac2c2ba1e28a2d965e2586492954c12a97817c7737c4f4c327 Build/Release/BIG-IP-ILX-WebSSH2-0.2.8.tgz diff --git a/scripts/build.sh b/scripts/build.sh index b95be88..3cd4c39 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 diff --git a/scripts/env.sh b/scripts/env.sh index c00dd7c..68a0dbc 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -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