david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # This file is to "copy up" the state saved in cvs, |
| 4 | # in stateSnapshot directory. Since the snapshot is |
| 5 | # only taken occasionally, the best procedure is to |
| 6 | # save the state locally and restore each time releng.control |
| 7 | # is deleted and restored ... but, in case that is not |
| 8 | # possible, this this the second best alternative. |
| 9 | # If the state files do not exists at all, cruise control |
| 10 | # will lose track of their status and state and attempt to |
| 11 | # build every project. |
| 12 | |
| 13 | mv stateSnapshot/*.ser . |
| 14 | |