Skip to content

Commit 4edcb14

Browse files
committedMar 14, 2021
1.4.32
1 parent 5ef5b02 commit 4edcb14

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ cd ..
229229

230230
# GCCLIB
231231
(cd /opt/hercules/vm370; hercules -f hercules.conf -d >/dev/null 2>/dev/null &)
232-
wget -nv https://github.com/adesutherland/CMS-370-GCCLIB/releases/download/v0.8.3/GCCLIB.zip
232+
wget -nv https://github.com/adesutherland/CMS-370-GCCLIB/releases/download/v0.8.4/GCCLIB.zip
233233
unzip GCCLIB.zip
234234
chmod +x GCCLIB/cmsinstall.sh
235235
mkdir io

‎changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
VM/370 Docker Container - Changelog
22
===================================
33

4+
1.4.32 - GCCLIB v0.8.4
5+
46
1.4.31 - GCCLIB v0.8.3
57
BREXX v0.9.11
68

‎mods/buildnuc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ herccontrol "/59"
3838
herccontrol "/yes"
3939

4040
# DMSINI611R VERSION IDENTIFICATION =
41-
herccontrol "/CMS VERSION 6.0 DOCKER 1.4.31"
41+
herccontrol "/CMS VERSION 6.0 DOCKER 1.4.32"
4242

4343
# DMSINI612R INSTALLATION HEADING =
4444
herccontrol "/Conversional Monitor System"

‎uprepro.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# Script to update container repositories
33

4-
TAG=1.4.31
4+
TAG=1.4.32
55
# Docker Tagging (builder, test and latest)
66
docker pull adriansutherland/vm370:$TAG
77
docker tag adriansutherland/vm370:$TAG adriansutherland/vm370:builder

0 commit comments

Comments
 (0)
Please sign in to comment.