summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* build-pkg: check exit status of "git commit"Boris Nagaev2016-01-171-2/+4
|
* build-pkg: make sure checkout and merge succeedBoris Nagaev2016-01-171-3/+3
|
* build-pkg: merge "resolves" conflictsBoris Nagaev2016-01-171-9/+5
| | | | | | | | | | | Result of build by previous commit: https://gist.github.com/32309209c467853deedc If a conflict happens, build-pkg should "resolve" it by selecting one of versions. Git has a merge strategy "recursive" with an option "ours" which does exactly what is needed but works only for two heads. That is why multi-merge was replaced by multiple merges of two heads.
* build-pkg: make pkg without independent packagesBoris Nagaev2016-01-171-1/+41
| | | | | | | This is an implementation of detection of undeclared requiremenets using Git branches. See #1111
* build-pkg: check-requirements MXE_TARGETS=...Boris Nagaev2016-01-171-1/+2
| | | | | | | | | check-requirements creates directories usr/<target> for all targets. By default, MXE_TARGETS=i686-w64-mingw32.static, so it creates a directory for i686-w64-mingw32.static only. (Currently this doesn't affect history in usr/.git as git ignores empty directories.)
* build-pkg: make sure usr/.git doesn't existBoris Nagaev2016-01-171-0/+1
|
* build-pkg: move git user config to varBoris Nagaev2016-01-171-3/+3
|
* build-pkg: fix warnings of LuaCheckBoris Nagaev2016-01-171-24/+26
| | | | Warnings fixed: https://gist.github.com/b563dfd7708e1ef209b4
* mxe-activate: update completions and change alias to mxe-makeTony Theodore2016-01-101-16/+36
| | | | | | * remove `build-only*` - too low level for general use * add new patch related commands and catch-all completions * `mxe-make` alias is more descriptive
* move patching functions and targets to patch.mkBoris Nagaev2016-01-081-0/+1
| | | | | See https://github.com/mxe/mxe/pull/1134#issuecomment-168873410 See https://github.com/mxe/mxe/pull/1134#issuecomment-169867926
* patch-tool-mxe can import all patches of a packageBoris Nagaev2016-01-081-0/+9
|
* reimplement patch-tool-mxe in MakefileBoris Nagaev2016-01-081-105/+4
| | | | fix #1063
* fix backup downloadTony Theodore2016-01-071-2/+2
| | | | | * use bash for brace expansion * http://sprunge.us/ is down (fixes #1145)
* add selected plugins to backup downloadTony Theodore2016-01-061-1/+6
| | | | closes #1135
* Make Travis CI build build-matrix.htmlTimothy Gu2016-01-031-1/+1
| | | | Fixes #1074.
* Merge pull request #1117 from LuaAndC/build-pkg-toposortTony Theodore2016-01-011-17/+94
|\ | | | | build-pkg: add toposort checks and implement it internally, without tsort tool
| * build-pkg: implement toposort internallyBoris Nagaev2016-01-011-17/+50
| | | | | | | | Instead of invoking tsort tool.
| * build-pkg: check toposortBoris Nagaev2016-01-011-0/+25
| |
| * build-pkg: check each item builds one packageBoris Nagaev2016-01-011-0/+19
| |
* | patch-tool-mxe: always output text diffsBoris Nagaev2016-01-011-0/+1
|/ | | | | Otherwise it provides binary diff for jack/waf file, which is a mix of Python and tar.
* Merge pull request #1071 from LuaAndC/build-pkg-dummy-for-requirementsbuild-2015-12-16Tony Theodore2015-12-161-1/+5
|\ | | | | build-pkg: fix .deb installation
| * build-pkg: fix .deb installationBoris Nagaev2015-12-161-1/+5
| | | | | | | | | | | | | | | | | | | | The installation failed with the following note: > Noting disappearance of mxe-requirements, > which has been completely replaced. Add an empty file mxe-requirements.dummy.$release to prevent this.
* | Merge pull request #1072 from LuaAndC/build-pkg-full-filelistTony Theodore2015-12-161-0/+7
|\ \ | | | | | | build-pkg: update list of files back from .tar.xz
| * | build-pkg: update list of files back from .tar.xzBoris Nagaev2015-12-161-0/+7
| |/ | | | | | | fix #1067
* | Merge pull request #1070 from LuaAndC/deb-xzTony Theodore2015-12-161-1/+2
|\ \ | | | | | | build-pkg: pack Debian packages with xz not gzip
| * | build-pkg: pack Debian packages with xz not gzipBoris Nagaev2015-12-161-1/+2
| |/ | | | | | | fix #1068
* | build-pkg: add "plugins/" to mxe-source packageBoris Nagaev2015-12-151-0/+1
|/
* Merge pull request #1054 from LuaAndC/fix-patch-tool-diffsTony Theodore2015-12-141-1/+1
|\ | | | | patch-tool-mxe: do not replace object id with 000
| * patch-tool-mxe: do not replace object id with 000Boris Nagaev2015-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously patch-tool-mxe produced the following diffs: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0000000..0000000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt patch tool refused to apply this patch: The next patch would create the file CMakeLists.txt, which already exists! Assume -R? [n] This commit replaces 0000000..0000000 with 1111111..2222222.
* | Merge pull request #1057 from LuaAndC/build-pkg-exit-statusTony Theodore2015-12-141-0/+5
|\ \ | | | | | | build-pkg: exit with code 1 if a package is broken
| * | build-pkg: exit with code 1 if a package is brokenBoris Nagaev2015-12-131-0/+5
| |/
* | Merge pull request #1058 from LuaAndC/build-pkg-no-empty-depsTony Theodore2015-12-141-3/+6
|\ \ | | | | | | build-pkg: do not provide empty dependency list
| * | build-pkg: do not provide empty dependency listBoris Nagaev2015-12-131-3/+6
| |/ | | | | | | | | | | | | | | | | | | Debian packages with "Depends: " do not work: > Reading package lists... Error! > E: Problem parsing dependency Depends > E: Error occurred while processing mxe-source (NewVersion2) > E: Problem with MergeList /var/lib/apt/lists/pkg.mxe.cc_repos_apt_debian_dists_wheezy_main_binary-amd64_Packages > E: The package lists or status file could not be parsed or opened.
* | Merge pull request #1056 from LuaAndC/build-empty-dependencies-of-nonemptyTony Theodore2015-12-141-5/+24
|\ \ | | | | | | build-pkg: build empty dependencies of non-empty
| * | build-pkg: build empty dependencies of non-emptyBoris Nagaev2015-12-131-5/+24
| |/ | | | | | | | | | | | | | | Otherwise empty dependency produces no .deb file preventing non-empty package from being installed. Example: non-empty package gcc depends on empty package mingw-w64.
* | build-pkg: flush stdout after echoingBoris Nagaev2015-12-131-0/+1
|/
* s3-fetch-and-sync: note mirror.mxe.ccTony Theodore2015-12-111-1/+1
|
* build-pkg: mxe.redjohn.tk -> pkg.mxe.ccBoris Nagaev2015-12-101-1/+1
|
* s3-fetch-and-sync: add IPv6 address and gatewayTony Theodore2015-12-101-1/+4
|
* Merge pull request #1016 from LuaAndC/patch-tool-improvementsTony Theodore2015-12-041-11/+11
|\ | | | | Patch tool improvements
| * patch-tool-mxe: replace commit hash with zerosBoris Nagaev2015-11-291-0/+1
| | | | | | | | | | | | Decrease patch diff size. See #983
| * patch-tool-mxe: replace object names with zerosBoris Nagaev2015-11-291-1/+2
| | | | | | | | | | | | Decrease patch diff size. See #983
| * patch-tool-mxe: omit signature with git versionBoris Nagaev2015-11-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | Signature is a string like: -- 1.9.1 Decrease patch diff size. See #983
| * patch-tool-mxe: git format-patch *--no-numbered*Boris Nagaev2015-11-291-1/+1
| | | | | | | | | | | | Decrease patch diff size. See #983
| * fix "patch-tool-mxe init" for gccBoris Nagaev2015-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | gcc (and maybe other packages) has both $(PKG)_FILE and $(PKG)_FILE_$(BUILD). Previously the following error occurred: $ ./tools/patch-tool-mxe init gcc ./tools/patch-tool-mxe: line 57: [: too many arguments see #983
| * patch-tool-mxe: fix getting patch_nameBoris Nagaev2015-11-291-4/+1
| | | | | | | | | | | | | | Previous implementation failed with "set -o nounset": ./tools/patch-tool-mxe: line 10: $3: unbound variable see #983
| * patch-tool-mxe: do not replace author with "MXE"Boris Nagaev2015-11-291-6/+2
| | | | | | | | | | | | | | Replace existing "From: MXE" with "From: fix@me". Authors of such patches can be found using git history. see #983
* | patch-tool-mxe: do not download dependenciesBoris Nagaev2015-12-021-3/+3
|/
* cleanup styleTony Theodore2015-11-211-1/+1
|
* suppress git commit error in TravisBoris Nagaev2015-11-191-1/+1
| | | | | See #924 See https://travis-ci.org/mxe/mxe/builds/91781012#L99