| 27 |
install -d -m 2775 -g debwww $webdir/events/materials |
install -d -m 2775 -g debwww $webdir/events/materials |
| 28 |
cp -a $webtopdir/events-materials/* $webdir/events/materials/ |
cp -a $webtopdir/events-materials/* $webdir/events/materials/ |
| 29 |
|
|
|
for release in woody sarge; do |
|
|
echo "rebuilding the release notes for $release" >> $crondir/lessoften.log |
|
|
(cd $webtopdir/release-notes/$release && cvs update -d -P) >> $crondir/lessoften.log 2>&1 |
|
|
make -C $webtopdir/release-notes/$release publish \ |
|
|
PUBLISHDIR=$webtopdir/www/releases/$release >> $crondir/lessoften.log |
|
|
done |
|
|
|
|
| 30 |
# previously in parts/1l10ndata, from bouz |
# previously in parts/1l10ndata, from bouz |
| 31 |
cd $crondir/datafiles/ |
cd $crondir/datafiles/ |
| 32 |
echo "updating the database file used to display l10n stats..." >> $crondir/lessoften.log |
echo "updating the database file used to display l10n stats..." >> $crondir/lessoften.log |