Subversion Repositories Tewi

Rev

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

Rev 233 Rev 234
Line 1... Line 1...
1
# $Id: Koakumafile 233 2024-10-03 04:34:27Z nishi $
1
# $Id: Koakumafile 234 2024-10-03 04:36:52Z nishi $
2
# vim: syntax=tcl
2
# vim: syntax=tcl
3
 
3
 
4
proc run {project_name} {
4
proc run {project_name} {
5
	exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
5
	exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
6
	set ::env(DISPLAY) ":0"
6
	set ::env(DISPLAY) ":0"
Line 41... Line 41...
41
	cd ..
41
	cd ..
42
	exec cat /usr/share/7z.sfx archive.7z > tewidist.exe
42
	exec cat /usr/share/7z.sfx archive.7z > tewidist.exe
43
	RunCommand "rm -rf workdir"
43
	RunCommand "rm -rf workdir"
44
	RunCommand "doas mkdir -p /raid/f/g/tewi/$dirname"
44
	RunCommand "doas mkdir -p /raid/f/g/tewi/$dirname"
45
	RunCommand "doas cp tewidist.exe /raid/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"
45
	RunCommand "doas cp tewidist.exe /raid/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"
-
 
46
	RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$dirname"
-
 
47
	RunCommand "doas cp tewidist.exe /raid/ftp/pub/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe"
46
}
48
}