Package: aegis Version: 4.24-3 Filename: pool/main/a/aegis/aegis_4.24-3_i386.deb Found error in /usr/share/doc/aegis/examples/remind/bng_dvlpd.sh: $ grep -A5 -B5 /tmp/ /usr/share/doc/aegis/examples/remind/bng_dvlpd.sh esac aegis=aegis addr=${USER-${LOGIN-`whoami`}} $aegis -l uc -v > /tmp/$$ if cmp /dev/null /tmp/$$ > /dev/null 2>&1 ; then : do nothing else cat > /tmp/$$.intro << fubar To: $addr Subject: Outstanding Changes The following changes are assigned to you. Please complete them at your earliest possible convenience, so that changes may pass through the system at the fastest possible rate. fubar cat /tmp/$$.intro /tmp/$$ | /usr/lib/sendmail -t rm /tmp/$$.intro fi rm /tmp/$$ exit 0 Found error in /usr/share/doc/aegis/examples/remind/bng_rvwd.sh: $ grep -A5 -B5 /tmp/ /usr/share/doc/aegis/examples/remind/bng_rvwd.sh esac aegis=aegis addr=`$aegis -l reviewers -terse -p $project` addr=`echo $addr | sed 's/ /,/g'` $aegis -rpass -l -p $project > /tmp/$$ if cmp /dev/null /tmp/$$ > /dev/null 2>&1 ; then : do nothing else # # Get any aliases for the project # -- then # format as comma separated list in brackets aliases=" ["`echo $aliases | tr ' ' ','`"]" fi cat > /tmp/$$.intro << fubar Subject: Outstanding "${project}$aliases" Reviews To: $addr The following changes are ready to be reviewed. Please review them at your earliest possible convenience, so that changes may pass through the system at the fastest possible rate. If you have received this email, you are authorised to review changes for the "$project" project. fubar cat /tmp/$$.intro /tmp/$$ | /usr/lib/sendmail -t rm /tmp/$$.intro fi rm /tmp/$$ exit 0 Found error in /usr/share/doc/aegis/examples/remind/awt_dvlp.sh: $ grep -A5 -B5 /tmp/ /usr/share/doc/aegis/examples/remind/awt_dvlp.sh aegis=aegis addr=`$aegis -l developers -terse -p $project` addr=`echo $addr | sed 's/ /,/g'` $aegis -db -l -p $project > /tmp/$$ if cmp /dev/null /tmp/$$ > /dev/null 2>&1 ; then : do nothing else # # Get any aliases for the project # -- then # format as comma separated list in brackets aliases=" ["`echo $aliases | tr ' ' ','`"]" fi cat > /tmp/$$.intro << fubar Subject: Outstanding "${project}$aliases" Changes To: $addr The following changes are ready to be developed. Please develop them at your earliest possible convenience, so that changes may pass through the system at the fastest possible rate. If you have received this email, you are authorised to develop changes for the "$project" project. fubar cat /tmp/$$.intro /tmp/$$ | /usr/lib/sendmail -t rm /tmp/$$.intro fi rm /tmp/$$ exit 0 Found error in /usr/share/doc/aegis/examples/remind/awt_intgrtn.sh: $ grep -A5 -B5 /tmp/ /usr/share/doc/aegis/examples/remind/awt_intgrtn.sh esac aegis=aegis addr=`$aegis -l integrators -terse -p $project` addr=`echo $addr | sed 's/ /,/g'` $aegis -ib -l -p $project > /tmp/$$ if cmp /dev/null /tmp/$$ > /dev/null 2>&1 ; then : do nothing else # # Get any aliases for the project # -- then # format as comma separated list in brackets aliases=" ["`echo $aliases | tr ' ' ','`"]" fi cat > /tmp/$$.intro << fubar Subject: Outstanding "${project}$aliases" Integrations To: $addr The following changes are ready to be integrated. Please integrate them at your earliest possible convenience, so that changes may pass through the system at the fastest possible rate. If you have received this email, you are authorised to integrate changes for the "$project" project. fubar cat /tmp/$$.intro /tmp/$$ | /usr/lib/sendmail -t rm /tmp/$$.intro fi rm /tmp/$$ exit 0 Package: aegis-web Version: 4.24-3 Filename: pool/main/a/aegis/aegis-web_4.24-3_i386.deb Found error in /usr/lib/cgi-bin/aegis.cgi: $ grep -A5 -B5 /tmp/ /usr/lib/cgi-bin/aegis.cgi if test "$file" = "aedist" then test -z "$project" && exit 1 test -z "$change" && change="--baseline" $bindir/aedist --send $project $change -ndh -naa \ -o /tmp/aegis.$$.ae > /tmp/aegis.$$ 2>&1 status=$? if test $status -ne 0 then echo 'Content-Type: text/html' echo '' -- echo '
' echo $bindir/aedist --send $project $change echo '' echo "terminated with exit status $status." echo 'The following text was produced
' echo '' sed 's|<|\<|g' < /tmp/aegis.$$ echo '