mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 23:26:02 +00:00
Merge branch 'master' into deploy-ftp-script-updates
This commit is contained in:
committed by
GitHub
commit
57e91485bf
@@ -375,4 +375,9 @@ expect ":KILL"
|
|||||||
respond "*" ":palx gt40;_gt40;bootvt\r"
|
respond "*" ":palx gt40;_gt40;bootvt\r"
|
||||||
expect ":KILL"
|
expect ":KILL"
|
||||||
|
|
||||||
|
# PLAN/CREATE
|
||||||
|
respond "*" ":midas sys3;ts create_syseng;create\r"
|
||||||
|
expect ":KILL"
|
||||||
|
respond "*" ":link sys1;ts plan,sys3;ts create\r"
|
||||||
|
|
||||||
processor_basics
|
processor_basics
|
||||||
|
|||||||
@@ -199,6 +199,12 @@ if [file exists $build/mchn/$mchn/custom.tcl] {
|
|||||||
source $build/mchn/$mchn/custom.tcl
|
source $build/mchn/$mchn/custom.tcl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Set timestamp for current uptime record.
|
||||||
|
respond "*" ":create sys;record time\r"
|
||||||
|
respond "for help" "\003"
|
||||||
|
expect ":KILL"
|
||||||
|
respond "*" ":sfdate sys;record time, 0/0/00\r"
|
||||||
|
|
||||||
if {![info exists env(NODUMP)]} {
|
if {![info exists env(NODUMP)]} {
|
||||||
# make output.tape
|
# make output.tape
|
||||||
respond "*" $emulator_escape
|
respond "*" $emulator_escape
|
||||||
|
|||||||
@@ -35,12 +35,11 @@ pack_archive() {
|
|||||||
tar czf "$out_dir/$tar_file" "$out_dir/$EMULATOR"
|
tar czf "$out_dir/$tar_file" "$out_dir/$EMULATOR"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
upload_file(){
|
upload_file(){
|
||||||
# (cd out; rm -r $EMULATOR.tgz; tar czf $EMULATOR.tgz $EMULATOR)
|
# (cd out; rm -r $EMULATOR.tgz; tar czf $EMULATOR.tgz $EMULATOR)
|
||||||
pack_archive
|
pack_archive
|
||||||
|
|
||||||
|
|
||||||
echo "Deploying as $USER at $HOST"
|
echo "Deploying as $USER at $HOST"
|
||||||
|
|
||||||
ftp "$HOST" <<EOF
|
ftp "$HOST" <<EOF
|
||||||
|
|||||||
@@ -853,11 +853,6 @@ respond "*" "purify\033g"
|
|||||||
respond "TS @" "\r"
|
respond "TS @" "\r"
|
||||||
respond "*" ":kill\r"
|
respond "*" ":kill\r"
|
||||||
|
|
||||||
# PLAN/CREATE
|
|
||||||
respond "*" ":midas sys3;ts create_syseng;create\r"
|
|
||||||
expect ":KILL"
|
|
||||||
respond "*" ":link sys1;ts plan,sys3;ts create\r"
|
|
||||||
|
|
||||||
respond "*" ":midas;324 dsk0:.;@ pt_syseng;pt\r"
|
respond "*" ":midas;324 dsk0:.;@ pt_syseng;pt\r"
|
||||||
expect ":KILL"
|
expect ":KILL"
|
||||||
|
|
||||||
|
|||||||
Submodule tools/cbridge updated: 54bb56ffc7...0fdd4c6e27
Submodule tools/chaosnet-tools updated: 527c02a4f4...b7d4943d55
Submodule tools/dasm updated: db7da631b6...d35679d97e
Submodule tools/klh10 updated: c92bb5f104...ee96db1683
Submodule tools/tapeutils updated: 56d22663af...6bcd82d350
Submodule tools/tek4010 updated: 0ec49eedfb...92a55adf97
Submodule tools/tv11 updated: cb5e561508...6be745239e
Submodule tools/vt05 updated: 3616646d8a...dd5fc856f0
Reference in New Issue
Block a user