| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
|
|
|
|
| |
Fix release archive in `release.sh` and also fix a typo in the release process
|
|
|
|
| |
After the latest release, I update the documentation about it so it’s more clear
|
|\
| |
| | |
Makefile fixes for non GNU systems
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first
* Add `Makefile` so other `make`s forward to `gmake`
* Set the `SHELL` variable and let `make` handle the shell
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
|/ |
|
| |
|
| |
|
|
|