- Nov 09, 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>
-
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>
-
- Aug 23, 2018
-
-
Frédéric Dalleau authored
This reverts commit a09c89d9.
-
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>
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
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>
-
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>
-
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
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>
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
Frédéric Dalleau authored
Some file may need to be located under a special directory in a test allows setting what path they should be moved to The new syntax is an extension of the old format and backwards compatible. The following entries are allowed: package_name /path/to/binary package_name /path/to/binary arch1 package_name /path/to/binary prefix=<path> package_name /path/to/binary arch1,arch2 package_name /path/to/binary arch1,arch2,prefix=<path> package_name /path/to/binary prefix=<path>,arch1,... Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Jul 09, 2018
-
-
Andre Moreira Magalhaes authored
Add --dry-run cmdline option See merge request !4
-
Frédéric Dalleau authored
Add apparmor-chaiwala-system to list of repositories See merge request !5
-
Andre Moreira Magalhaes authored
-
Andre Moreira Magalhaes authored
-
Andre Moreira Magalhaes authored
Add apparmor-dbus to list of repositories See merge request !3
-
- Jul 04, 2018
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- Jul 02, 2018
-
-
Frédéric Dalleau authored
This reverts commit 63c1c0dd.
-
- Jun 28, 2018
-
-
Frédéric Dalleau authored
Wip/andrunko/t4797 See merge request !2
-
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>
-
Andre Moreira Magalhaes authored
Some binaries may only be available for some archs, this change allows setting what archs should be considered for a given binary. The new syntax is an extension of the old format and backwards compatible. The following entries are allowed: package_name /path/to/binary package_name /path/to/binary arch1 package_name /path/to/binary arch1,arch2 Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
Andre Moreira Magalhaes authored
Lines starting with "#" are considered comments and ignored during parsing Signed-off-by:
Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
-
- Jun 25, 2018
-
-
Frédéric Dalleau authored
Jenkinsfile: trigger weekly See merge request !1
-
- Jun 22, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Jun 21, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.co.uk>
-
Frédéric Dalleau authored
The repositories loop is not properly parsed by the Jenkinsfile. Extract the loop from the Jenkinsfile and put it in a separate shell script called by the Jenkinsfile. Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.co.uk>
-
Andre Moreira Magalhaes authored
The script will now download the binaries configured on external-binaries.cfg inside the test repository passed as argument and update the binaries accordingly
-