Subversion Repositories Tewi

Rev

Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 362
Line 1... Line 1...
1
# $Id: Koakumafile 361 2024-10-17 00:37:10Z nishi $
1
# $Id: Koakumafile 362 2024-10-17 00:39:27Z nishi $
2
# vim: syntax=tcl
2
# vim: syntax=tcl
3
 
3
 
4
proc run {project_name} {
4
proc run {project_name} {
5
	set once 1
5
	set once 1
6
	while 1 {
6
	while 1 {
Line 62... Line 62...
62
			RunCommand "zip -rv ../../tewidist.zip Tewi"
62
			RunCommand "zip -rv ../../tewidist.zip Tewi"
63
			cd ../..
63
			cd ../..
64
			RunCommand "doas mkdir -p /raid/f/g/tewi/netware"
64
			RunCommand "doas mkdir -p /raid/f/g/tewi/netware"
65
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/netware"
65
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/netware"
66
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip"
66
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip"
67
			RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistnw-[exec make get-version]-nossl.zip"
67
			RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip"
68
			return
68
			return
69
		} elseif { "$project_name" == "Tewi-PSP" } {
69
		} elseif { "$project_name" == "Tewi-PSP" } {
70
			RunCommand "./psp.sh"
70
			RunCommand "./psp.sh"
71
			RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
71
			RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
72
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
72
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"