- May 03, 2019
-
-
Jenkins Bot authored
Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Mar 20, 2019
-
-
Move away from the temporary "next" release codename to "v2019dev0". Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Make the updater (and the whole job in Jenkins) fail when encountering an error on a repository, instead of continuing to the next one. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Feb 27, 2019
-
-
Emanuele Aina authored
-
- Nov 28, 2018
-
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Nov 23, 2018
-
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Nov 09, 2018
-
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Nov 08, 2018
-
-
Andre Moreira Magalhaes authored
This fixes an issue prefix= and filename= were provided but no architecture specified. Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Nov 01, 2018
-
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Oct 26, 2018
-
-
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Oct 25, 2018
-
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Oct 17, 2018
-
-
Denis Pynkin authored
Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Oct 16, 2018
-
-
Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Oct 15, 2018
-
-
Denis Pynkin authored
If package is listed for any architecture but absent for other(s) the update_test_binaries.sh script tries to extract content of packages for all architectures and fails on non-existing package. Fixes: APERTIS-T5442 Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Oct 09, 2018
-
-
Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Aug 24, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Aug 21, 2018
-
-
Frédéric Dalleau authored
This reverts commit a09c89d9.
-
- Aug 20, 2018
-
-
Frédéric Dalleau authored
Canterbury tests requires a high amount of files. Add the possibility to glob for files to shorten the size of external-dependencies.txt. Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Aug 15, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Aug 02, 2018
-
-
Andre Moreira Magalhaes authored
Fix cleanup failure in case of empty repo See merge request !12
-
Denis Pynkin authored
In case if arch-dependent directory is absent the cleanup return error code 1 and stop the build. This fix allow to proceed further. Removed unneeded debug commands. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Aug 01, 2018
-
-
Andre Moreira Magalhaes authored
Add cleanup of unneeded binaries See merge request !11
-
- Jul 31, 2018
-
-
Denis Pynkin authored
Cleanup repository prior to extract the binaries -- this allows to remove unneeded binaries listed in previous versions but not needed in current version. Shipping of stalled binaries, for example outdated libraries, may have unpredictable affect to executables and tests. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Jul 30, 2018
-
-
Andre Moreira Magalhaes authored
Add "filename" option See merge request !10
-
Denis Pynkin authored
Some binaries should be copied with different name than packaged. Usually it is packages and binaries adopted for `alternatives` mechanism. To have a wide-spread name for the binary we need to copy it with a proper name, for example: `/bin/nc.traditional` -> `/bin/nc` Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Jul 13, 2018
-
-
Andre Moreira Magalhaes authored
Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Andre Moreira Magalhaes authored
Wip/andrunko/t5251 See merge request !9
-
Andre Moreira Magalhaes authored
-
Andre Moreira Magalhaes authored
The cantebury test is still not finished and this causes problems with the jenkins jobs used to update external binaries. Lets remove and re-add it once the test is finished.
-
Andre Moreira Magalhaes authored
The *-tester repos are treated separately as they are not actual tests, instead helper tools used by tests that are packaged and shipped with the tests. The packaging is handled using separate tags per release. The common and helper-tools dirs also should not be listed here as they are not tests and should work the same among releases. In case they differ from one release to another, the tests will have to be updated to pull common from the correct branch, which is not the case today with common-subtree.sh always using master. Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Frédéric Dalleau authored
Properly find test-repositories.txt on branch-tool.sh See merge request !8
-
Andre Moreira Magalhaes authored
-
- Jul 12, 2018
-
-
Frédéric Dalleau authored
Wip/fredo/branching See merge request !6
-
Frederic Dalleau authored
This file is used by the Jenkins job, and also by the branching tool So list all repositories whether or not they contain an external-binaries.cfg The jenkins job will be able to skip repositories in they do not contain this file Signed-off-by:
Frederic Dalleau <frederic.dalleau@collabora.com>
-
Frédéric Dalleau authored
Loops through repos and create branches for each release Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
Andre Moreira Magalhaes authored
Wip/fredo/t4801 See merge request !7
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-