Lluis Campos
daa38d4b98
[run-tests.sh] Restore BBB eMMC convert/test
Removed by mistake at fe70255
.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
0383184d4d
Merge pull request #291 from lluiscampos/update-images-master
master: Update to new Raspios image of 2021-02-11
4 years ago
Kristian Amlie
8c5513bdcd
Update to new Raspios image of 2021-02-11.
Changelog: none
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
(cherry picked from commit 5d049a1e7d
)
(cherry picked from commit 82f9f85fdb
)
4 years ago
Lluis Campos
1fbd07a31a
Merge pull request #287 from lluiscampos/override-mender-connect-version
[pipeline] Override MENDER_ADDON_CONNECT_VERSION on build
4 years ago
Lluis Campos
6a474e4dde
[pipeline] Override MENDER_ADDON_CONNECT_VERSION on build
Extend the mechanism to override mender (client) version to also include
the new addon.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
427d3e3a04
Merge pull request #286 from mendersoftware/dependabot/submodules/tests/mender-image-tests-cab12eb
Changelog:All: Bump tests/mender-image-tests from `55c846d` to `cab12eb`
4 years ago
NilsOlavKJohansen
84695afa58
Merge pull request #285 from NilsOlavKJohansen/master
Possible to have custom filenames for deployed files.
4 years ago
nils olav
d1d15d5068
Possible to have custom filenames for deployed files.
Changelog: Now it is possible to to select a custom filename for the deployed files by using a DEPLOY_IMAGE_NAME string in the config file.
Signed-off-by: nils olav <nils.olav@northern.tech>
4 years ago
dependabot[bot]
c6f0c8f262
Changelog:All: Bump tests/mender-image-tests from `55c846d` to `cab12eb`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `55c846d` to `cab12eb`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](55c846d681
...cab12eb11c7b3aea8ae2b383037de1aae04a02b7)
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
NilsOlavKJohansen
5ad0107f83
Merge pull request #277 from NilsOlavKJohansen/master
made it possible to write multiple device types in config file using …
4 years ago
nils olav
a1c26ead67
MEN-3361: Possible to choose multiple device types in config file
Changelog: Now it is possible to write multiple device types in the config file using a space seperated string. Filenames for files in the deploy dir will contain all the device names seperated with +.
Signed-off-by: nils olav <nils.olav@northern.tech>
4 years ago
Lluis Campos
487a795acf
Merge pull request #283 from lluiscampos/use-numerid-uid-gid
Use numeric uid and gid for better cross-compatibility.
4 years ago
Drew Moseley
316c5912cd
Use numeric uid and gid for better cross-compatibility.
Ubuntu calls group 0 "root" but MacOS calls it "wheel". This change allows
the same code to function on both.
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Changelog: Title
4 years ago
Lluis Campos
43de42ec5c
Merge pull request #282 from lluiscampos/update-pytyon-licenses
[licenses] Update Python files license
4 years ago
Lluis Campos
20e0c6e4c7
[licenses] Update Python files license
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
626bea4a6e
Merge pull request #281 from lluiscampos/tests-fixes
Dependabot + New Year + Test fixes
4 years ago
Lluis Campos
8cbc1dcc09
[tests] Add PREFERRED_VERSION_mender-client variable to configuration
As this value is known during modify but not during package, a new
testscfg module has been implemented to take care of adding variables
and exporting the final cfg file.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
e272be6abc
[LICENSE] Happy New Year 2021
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
dependabot[bot]
e40f1d1817
Changelog:All: Bump tests/mender-image-tests from `5f88854` to `55c846d`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `5f88854` to `55c846d`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](5f8885448d
...55c846d681c21045a8fa839c40dff0f07c2cc512)
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Fabio Tranchitella
8ede1f3e27
Merge pull request #279 from tranchitella/men-4292
MEN-4292: Rename mender-shell to mender-connect
4 years ago
Fabio Tranchitella
64741465f8
MEN-4292: Rename mender-shell to mender-connect
Changelog: none
Signed-off-by: Fabio Tranchitella <fabio.tranchitella@northern.tech>
4 years ago
Kristian Amlie
1eefab6df3
Merge pull request #271 from drewmoseley/parallelbuilds
Use unique work directories when building with docker.
4 years ago
Lluis Campos
271bef8857
Merge pull request #274 from mirzak/fix-empty-dir
mender-convert-modify: remove superfluous 'rm' in empty dir cleanup
4 years ago
Lluis Campos
8951fa0a8c
Merge pull request #272 from lluiscampos/rename-distro-mender-features
[tests cfg] Rename feature variable to MENDER_FEATURES
4 years ago
Mirza Krak
17b92ddfe0
mender-convert-modify: remove superfluous 'rm' in empty dir cleanup
The 'rmdir' call should be enough, and just because there is an
empty dir in the boot part, does not mean that it exists in
rootfs/boot, so just remove this.
Changelog: Fix error when removing empty directories in rootfs/boot
Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
4 years ago
Lluis Campos
a212908153
[tests cfg] Rename features variable to MENDER_FEATURES
Following recent changes in meta-mender and the test framework.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Drew Moseley
2b937ac93d
Add missing sudo for creating symlinks.
This is needed when running mender-convert outside of the docker container.
Changelog: None
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
4 years ago
Drew Moseley
be1099b3e9
Use unique work directories when building with docker.
This allows multiple builds to be run in parallel.
Changelog: Title
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
4 years ago
Kristian Amlie
6ff145401a
Add changelog which should have been in 57053296b7
.
Changelog: Better parameter checks for read-only options.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
4 years ago
Kristian Amlie
8ca86385dd
Merge pull request #269 from drewmoseley/fsopts
Better parameter checks for read-only options.
4 years ago
Drew Moseley
57053296b7
Better parameter checks for read-only options.
The current checks will not work when multiple options are used. Ignore
the '-O ' and check only for the option values.
Changelog: None
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
4 years ago
Lluis Campos
4cfc729d6c
Merge pull request #268 from mendersoftware/dependabot/submodules/tests/mender-image-tests-5f88854
Changelog:All: Bump tests/mender-image-tests from `986bd6e` to `5f88854`
4 years ago
dependabot[bot]
e85c5a25c1
Changelog:All: Bump tests/mender-image-tests from `986bd6e` to `5f88854`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `986bd6e` to `5f88854`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](986bd6e3e9
...5f8885448d946ee2fed099aa541e5f8c277b20c9)
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Lluis Campos
5d42f36fbf
Merge pull request #263 from lluiscampos/MEN-4097-mender-shell-integration
MEN-4097: Install Mender Shell addon
4 years ago
Lluis Campos
6b66b9c334
Split deb_from_repo_get into two functions
Making more explicit the two different use cases that the previous
optional arguments were trying to support.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
1ceda66f8d
Refactor the deb package extraction into a function
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Lluis Campos
9e96418719
MEN-4097: Install Mender Shell addon
Changelog: Support installing mender-shell addon. Not installed by
default, it can be configured using MENDER_ADDON_SHELL_INSTALL and
MENDER_ADDON_SHELL_VERSION variables.
Changelog: Set mender-shell version to master
Changelog: Create demo configuration for Mender Shell addon in
bootstrap-rootfs-overlay-demo-server.sh script
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Kristian Amlie
2a70b7b904
Merge pull request #264 from drewmoseley/master
[RFC] Use separate chown and chgrp commands when creating rootfs overlay.
4 years ago
Lluis Campos
407a7ceb3f
Switch mender-client download to APT repository
Add a deb module with reverse engineered logic to download a given deb
package from an APT repository, and modify mender-client download to use
this method instead of the legacy wget direct download.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Drew Moseley
d8531dd154
Use separate chown and chgrp commands when creating rootfs overlay.
This is needed for MacOS compatibility as the default chown version there does
not understand the user.group syntax.
Changelog: Title
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
4 years ago
oleorhagen
8500d7317e
Merge pull request #262 from oleorhagen/package-image-tests
Package image tests
4 years ago
Ole Petter
30987c3079
Add the new mender-image-tests submodule
This now isolates all files to mender-image-tests
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Lluis Campos
ed14046f9d
Merge pull request #260 from lluiscampos/update-bucket-links
Update all mender bucket URLs to downloads.mender.io
4 years ago
Lluis Campos
0c1ee895cd
Update all mender bucket URLs to downloads.mender.io
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
oleorhagen
43ac6a4553
Merge pull request #257 from oleorhagen/revert-tag-ci
Revert "Remove the 'only' tag from the publish job"
4 years ago
Ole Petter
8d02857ec1
Revert "Remove the 'only' tag from the publish job"
This reverts commit 23d169a4b2
.
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Lluis Campos
136b80c3ca
Merge pull request #259 from lluiscampos/update-dind-versions
[pipeline] Update images used for DinD
4 years ago
Lluis Campos
84589ee74e
[pipeline] Update images used for DinD
Following recent changes in mender-qa and the GitLab master runner.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
oleorhagen
4e420f66bc
Merge pull request #244 from oleorhagen/QA-214
QA-214: Package 'latest' Mender client debian package by default
4 years ago
Ole Petter
70350d608c
QA-214: Remove the Debian revision suffix for the latest package
The latest package does not have the Debian version suffixed.
Therefore, simply remove it in the case where it is needed.
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago