This commit is contained in:
Nick Bebout 2011-03-12 02:44:21 +00:00
parent a1ba8b7815
commit 3a28514165
11 changed files with 139 additions and 46 deletions

20
memo
View file

@ -35,3 +35,23 @@ niouzes_compil
}
fm_announce() {
software_version
NEWS_FILE_FM="/home/gilles/public_html/imapsync/freshmeat_submition2"
if ! newer VERSION $NEWS_FILE_FM; then
echo "$VERSION already announced"
else
cat > $NEWS_FILE_FM << EOF
Project: imapsync
Version: $VERSION
Release-Focus: Major feature enhancements
Hide: N
Home-Page-URL: http://www.linux-france.org/prj/imapsync/
Gzipped-Tar-URL: http://www.linux-france.org/prj/imapsync/dist/
EOF
fi
}