Differences From Artifact [4cfb882ebe]:
- Executable file server/teapot_index — part of check-in [37af467773] at 2010-02-10 03:36:50 on branch trunk — Updated to create all possible combination of parameters (still requires strict order) (user: rkeene, size: 12778) [annotate] [blame] [check-ins using]
To Artifact [833e43f77d]:
- Executable file server/teapot_index — part of check-in [abf21ad565] at 2010-08-10 13:26:24 on branch trunk — Updated to remove executable bit from files as some webservers refuse to serve these files (user: rkeene, size: 12864) [annotate] [blame] [check-ins using]
︙ | |||
324 325 326 327 328 329 330 331 332 333 334 335 336 337 | 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | + + | set origfile [lindex [glob -directory $pkgdir *] 0] file copy -force -- $origfile $extfile } file delete -- $regfile file link -hard $regfile $extfile file attributes $regfile -permissions -x file attributes $extfile -permissions -x } } proc create_entity_file {entity dstdir pkginfo_arrlist} { array set pkginfo $pkginfo_arrlist array set entinfo $entity |
︙ |