This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GITREMOTE=git://github.com/roundcube/roundcubemail.git | |
GITBRANCH=release-1.3 | |
[email protected] | |
VERSION=1.3.2 | |
all: clean complete dependent framework | |
complete: roundcubemail-git toolchain | |
cp -RH roundcubemail-git roundcubemail-$(VERSION) | |
(cd roundcubemail-$(VERSION); cp composer.json-dist composer.json) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This script builds a revision mapping table from two SVN and GIT log files. | |
* It uses a commit's date and comment to connect SVN revisions with a GIT commits. | |
* | |
* Execute it with php git-svn-create-rev-map.php svn.log git.log | |
* | |
* @author Thomas Bruederli <thomas(at)roundcube(dot)net> | |
**/ |
NewerOlder