X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.daily;h=f868b74041faf93ce31883bbde694ef718133778;hb=a29673e49824a6c0838df50ab64ac08cf32852d8;hp=0d2d7fc4e2524398a6552c9b8e37b62371b32542;hpb=f53cb37a4513b4f40bba71cbc5eadefb18e5886f;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