blob: ad4c56eb018992b0cf813c735e02c2fcff4061e4 [file] [log] [blame]
david_williams42f9b242006-11-27 18:45:14 +00001#!/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
13mv stateSnapshot/*.ser .
14