1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Imported e107_make.php and make.ini to begin release builds

(Code from @CaMer0n)
This commit is contained in:
Nick Liu
2020-02-11 20:05:06 +01:00
parent ab3444afa1
commit 554baf07e8
2 changed files with 1321 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,30 @@
[main]
name=e107_0.8
svn_path=https://github.com/e107inc/e107/trunk
svn_tag_path=https://github.com/e107inc/e107/tags
svn_username=<username>
svn_password="<password>"
git_repo=https://github.com/e107inc/e107.git
[preprocess]
files_delete=.gitignore,.codeclimate.yml,.editorconfig
files_create=e107_config.php
[release_1]
type=full
plugin_delete=alt_auth,newsletter,faqs,metaweblog,pdf,newforumposts_main
files_create=e107_config.php
files_delete=.gitignore,.codeclimate.yml,.editorconfig
[release_2]
type=upgrade
plugin_delete=faqs,metaweblog,pdf
files_delete=install.php,favicon.ico,.gitignore,.codeclimate.yml,.editorconfig
from_version=v1.x
[release_3]
type=upgrade
plugin_delete=alt_auth,newsletter,calendar_menu,tree_menu,faqs,metaweblog,pdf
files_delete=install.php,favicon.ico,.gitignore,.codeclimate.yml,.editorconfig
from_version=v2.x
since=2bd75d426b320ee0192e6f403ff1e561d2f38098