Parent Directory
|
Revision Log
State that it moved to Git
| 1 | #!/bin/sh |
| 2 | |
| 3 | # This file contains some common definitions for the cron scripts |
| 4 | |
| 5 | webtopdir=/srv/www.debian.org |
| 6 | crondir=$webtopdir/cron |
| 7 | webdir=$webtopdir/www |
| 8 | ftpdir=$crondir/ftpfiles |
| 9 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |