- Jan 28, 2017
-
-
kb-light authored
-
- Jan 27, 2017
-
-
Matthias Schiffer authored
Setting DEVICES will also suppress cleaning the package directory, improving incremental build speed.
-
- Jan 19, 2017
-
-
Matthias Schiffer authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
The default abbreviation length depends on factors like user configuration, git version and number of repository objects. Use unabbreviates IDs to make patch generation more reproducible.
-
- Oct 10, 2016
-
-
Matthias Schiffer authored
-
Jan-Tarek Butt authored
-
- Aug 27, 2016
-
-
Matthias Schiffer authored
-
- Aug 26, 2016
- Aug 12, 2016
-
-
Matthias Schiffer authored
-
- Aug 09, 2016
-
-
Matthias Schiffer authored
Switching branches and applying patches in the build repos will unnecessarily touch many files, causing rebuilds of packages that didn't really change; furthermore, it is filling the reflog with many entries. Don't ever switch to base branch in the build repos and apply patches in a temporary clone to avoid these issues. In addition, GPG signing is generally disabled in the build repos to override potential global configuration (as signing doesn't make sense and will slow down rebases).
-
- Jul 01, 2016
-
-
Matthias Schiffer authored
git 2.9 enables rename detection by default, changing the content of some of our patch files. Explicitly disable it.
-
- May 28, 2016
-
-
Matthias Schiffer authored
-
- Mar 25, 2016
-
-
Matthias Schiffer authored
Suggested-by:
Steffen Möller <steffen_moeller@gmx.de>
-
Matthias Schiffer authored
-
- Mar 06, 2016
-
-
Johannes Rudolph authored
Possibility to work with git submodules
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
This option will make the generated commit IDs deterministic, greatly reducing the number of repository objects created when calling `make update` repeatedly.
-
- Jan 02, 2016
-
-
Matthias Schiffer authored
This will allow us to use its content from other languages than Lua as well.
-
- Oct 11, 2015
-
-
Matthias Schiffer authored
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
Using a loop makes the script a bit nicer, and it works around a git bug corrupting patch dates when multiple patches are applied at once.
-
- Jul 25, 2015
-
-
Nils Schneider authored
-
- Apr 22, 2015
-
-
Matthias Schiffer authored
-
- Mar 19, 2015
-
-
Matthias Schiffer authored
-
- Jan 21, 2015
-
-
Matthias Schiffer authored
-
- Jan 13, 2015
-
-
Matthias Schiffer authored
-
- Jan 11, 2015
-
-
Matthias Schiffer authored
This fixes `make update` not working correctly when GLUON_SITEDIR is set manually.
-
- Jul 29, 2014
-
-
Nils Schneider authored
check_site.sh and site.sh were setting GLUON_SITE_CONFIG on their own even though the environment variable was already exported.
-
- Jul 21, 2014
-
-
Matthias Schiffer authored
-
- Jul 20, 2014
-
-
Matthias Schiffer authored
-
- Jul 16, 2014
-
-
Matthias Schiffer authored
-
- Jul 15, 2014
-
-
Julian Kornberger authored
If a given commit is not included in the master branch, the update script fails.
-
- Jul 05, 2014
-
-
Matthias Schiffer authored
-
- May 15, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- May 09, 2014
-
-
Daniel Ehlers authored
Let the site configuration value script return 1 when the requested value is not available.This enables us to react on failures, so we can for example use a default value. With this patch the script will return with exitcode 1 if the value is not found and no output on stdout. Otherwise exitcode is 0 and the value is returned on stdout.
-
- Feb 23, 2014
-
-
Matthias Schiffer authored
-
- Jan 21, 2014
-
-
Matthias Schiffer authored
-