|
|
@ -5,7 +5,7 @@ |
|
|
|
GITREMOTE=https://github.com/roundcube/roundcubemail.git |
|
|
|
GITBRANCH=master |
|
|
|
GPGKEY=devs@roundcube.net |
|
|
|
VERSION=1.6-git |
|
|
|
VERSION=1.7-git |
|
|
|
SEDI=sed -i |
|
|
|
WHICH=which |
|
|
|
|
|
|
@ -64,7 +64,7 @@ roundcubemail-git: buildtools |
|
|
|
(cd roundcubemail-git; find . -name '.gitignore' | xargs rm -f) |
|
|
|
(cd roundcubemail-git; find . -name '.travis.yml' | xargs rm -f) |
|
|
|
(cd roundcubemail-git; rm -rf tests plugins/*/tests .git* .tx* .ci* .editorconfig* index-test.php Dockerfile Makefile) |
|
|
|
(cd roundcubemail-git; $(SEDI) 's/1.6-git/$(VERSION)/' index.php public_html/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php) |
|
|
|
(cd roundcubemail-git; $(SEDI) 's/1.7-git/$(VERSION)/' index.php public_html/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php) |
|
|
|
(cd roundcubemail-git; $(SEDI) 's/# Unreleased/# Release $(VERSION)'/ CHANGELOG.md) |
|
|
|
|
|
|
|
buildtools: /tmp/composer.phar |
|
|
|