mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
1.155
This commit is contained in:
parent
a1ba8b7815
commit
3a28514165
11 changed files with 139 additions and 46 deletions
20
memo
20
memo
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue