X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.daily;h=f868b74041faf93ce31883bbde694ef718133778;hb=d1bddedc641c0858a64a759ed91748fa2d7e8876;hp=0d2d7fc4e2524398a6552c9b8e37b62371b32542;hpb=8ae39dfa247176a7fc3650c562c7f794334d6493;p=dak.git diff --git a/cron.daily b/cron.daily index 0d2d7fc4..f868b740 100755 --- a/cron.daily +++ b/cron.daily @@ -55,6 +55,11 @@ jenna # Generate override files cd $overridedir denise + +# Update task overrides for testing and unstable +cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sarge.extra.main +cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sid.extra.main + # FIXME rm -f override.potato.all3 override.sid.all3 for i in main contrib non-free; do cat override.potato.$i >> override.potato.all3; done