Stoabrogga
e2f196580e
feat(CI): improve Travis build time ( #1573 )
...
* feat(CI): improve Travis build time
2019-03-16 17:25:51 +03:00
Stoabrogga
845a3b65db
feat(CI): add commit hashes to the automatic SQL import ( #1516 )
2019-02-25 11:30:43 +01:00
Stoabrogga
2fc6528a22
feat(CI): dynamically calculate thread count for build process ( #1510 )
...
Dynamically calculate the thread count for the build process by reading `/proc/cpuinfo` in order to be more independent from the environment.
2019-02-22 17:27:57 +01:00
Stoabrogga
b434f24611
fix(CI): break on errors in CI scripts ( #1504 )
...
- break on errors by adding `set -e` to the CI scripts
- increase build timeout to 2700 seconds (45 minutes)
2019-02-20 10:49:05 +01:00
Stoabrogga
e1c3433afc
feat(CI): improve Travis configuration ( #1486 )
...
- use random DB names in order to detect statements which address a specific DB
- split compilation and DB check (DB check and dry run only have to run once)
- use separate shell scripts for easier module Travis integration
2019-02-19 16:21:52 +01:00
Francesco Borzì
2bcedc2859
fix(Bash/Exporter): fix path + add prompt to prevent wrong usage ( #1477 )
2019-02-17 10:04:09 +01:00
Francesco Borzì
7b61731958
feat(CI): prevent PRs that cause DB errors to get on master ( #1407 )
2019-02-06 23:55:23 +01:00
Barbz
b41fd95874
chore(db_assembler): Changed var name ( #1091 )
...
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates)
- Also changed var name in config.sh.dist (edit your config.sh if you use it)
- Removed trailing spaces
2019-01-22 22:43:30 +01:00
Francesco Borzì
81fe5482a1
Fix DB import issues ( #1283 )
...
- Closes #1278
- Closes #1281
2019-01-14 23:11:50 +01:00
Kargatum
8e7fb1a38a
DBAssembler: Fix incorrect apply sql files at import ( #1252 )
2019-01-12 12:53:49 +03:00
root
82ca2bef99
fixed query of previous commit
2018-09-17 14:27:50 +00:00
Yehonal
3bf937d2ea
Fixing db importing with new mysql 5.7 installations
2018-09-17 13:07:59 +00:00
Yehonal
a8e848b054
updated client data downloading url
2018-09-17 12:40:43 +00:00
Barbz
9d2fa9a8c9
db_assembler - Readme
...
Default location of the merged files
2018-09-14 17:50:42 +02:00
Yehonal
564d2e8eb7
[Bash] fixed menu header display
2018-08-24 10:16:24 +02:00
Stoabrogga
c3ecdf751d
add "set -e" also to script "db_assembler.sh"
2018-08-05 15:10:03 +00:00
Stoabrogga
5278e96aca
ignore exit code of 'make clean' as it won't find a Makefile if called as first action (which is the case for "compiler all")
2018-08-05 04:55:47 +00:00
Stoabrogga
287b2010ea
exit compiler script if any statement returns non-zero exit code
2018-08-04 22:50:16 +00:00
Yehonal
8767372ebf
Distro information when install OS deps
2018-07-17 17:27:17 +02:00
Yehonal
114f37801c
Missing unzip dep for client data downloader
2018-07-17 17:27:17 +02:00
Yehonal
3fb937f003
Fixed simple-restarter script
2018-07-17 14:56:13 +00:00
Yehonal
8255f78f8a
Missing curl package in unix os deps
2018-07-17 13:57:55 +02:00
Yehonal
af5256cd5b
Various fixes to acore dashboard
...
+ simple restarter now prevents infinite crash loops
+ client data downloader now uses github releases and fixed downloading path
+ module updating now take care about compatibility version info
+ disabled CONFDIR variable in bash conf file, using BINPATH by default instead
2018-07-17 13:54:23 +02:00
Yehonal
32f215805a
Fixed libssl-dev for latest ubuntu revs on deps installer
2018-07-15 23:44:58 +02:00
Yehonal
afbe059d5a
fixed loop with comp_build() function of compiler
2018-07-15 23:33:22 +02:00
Yehonal
85388901cf
Rewrite of bash system
...
+ Implemented new dashboard menu
+ some fixes for db_assembler
+ new module installation process with version check via json files
+ some fixes to modules installer
+ implemented simple crossplatform worldserver and authserver restarters
+ new compiler script
+ client data downloader (beta)
+ various other fixes
2018-07-15 22:51:17 +02:00
Barbz
07a451e140
README - db_assembler
...
Added description and formatted it for github
2018-07-13 21:07:47 +02:00
yehonal
48bb734c94
DB Assembler: Fixed privileges assignment
2018-02-06 23:22:24 +00:00
Yehonal
19bf454e5f
Fixed travis compilation ( #769 )
2018-01-28 19:50:01 +01:00
Yehonal
94e0063522
Installer: Force exit with direct command
2018-01-28 14:48:56 +01:00
Yehonal
fca0bfdb1f
Bash: executable permissions for .sh files
2017-12-21 15:51:39 +01:00
Yehonal
403ed2600f
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
2017-12-21 11:26:43 +01:00
Yehonal
c64f8d8e82
Fixed compilation after dir rework
2017-10-13 19:22:53 +02:00
Yehonal
bbc9a21e94
Bash: fixing scripts after directory rework
2017-10-13 14:37:37 +02:00
Yehonal
f06f32849f
Directory Structure [step 1]: moving files
...
working on #672
NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00