Parent Directory
|
Revision Log
/org -> /srv
| 1 | #!/bin/bash -e |
| 2 | # CRON=5 1 * * * |
| 3 | |
| 4 | umask 002 |
| 5 | cd /srv/qa.debian.org/data/ddpo/results |
| 6 | |
| 7 | # find uploads to unstable and experimental |
| 8 | ../ubuntu.pl |
| 9 | |
| 10 | # move results in place |
| 11 | mv -f ubuntu{-new,}.db |
| 12 | |
| 13 | # update timestamp |
| 14 | echo `date -u` > ubuntu.date |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |