Lluis Campos
3d37e4e995
MEN-4422: Optionally install Mender Configure addon
Changelog: Support installing mender-configure addon. Not installed by
default, it can be configured using MENDER_ADDON_CONFIGURE_INSTALL and
MENDER_ADDON_CONFIGURE_VERSION variables.
Changelog: Set mender-configure version to master
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
oleorhagen
e195c60f89
Merge pull request #304 from oleorhagen/shellfmtall
The previous shell format missed the main mender-convert files ...
4 years ago
Ole Petter
fd4b1eb564
Style: Log the directory the deb_package is installed into
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Ole Petter
5163d170c6
Fix: Log the deb_package name instead of filename
In fact filename is not defined in this function
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Ole Petter
bbd9fb7c9c
Format: mender-convert* files with shfmt
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Ole Petter
befac29623
test: Check the format of the mender-convert* files
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Changelog: None
4 years ago
oleorhagen
5fd6880f05
Merge pull request #301 from oleorhagen/testfmt
Add a formatter, and format all code files
4 years ago
Ole Petter
ae6a9e1b03
Reformat: All files with shfmt
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Ole Petter
49dbcf3877
Add a Gitlab job for verifying the Bash formatting
This is done using [shfmt](https://github.com/mvdan/sh ), with the following
settings:
* Bash syntax
* 4 spaces indentation
* Require indented switch statements
* Keep column alignment padding
* Allow binary operators to start on a new line
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Lluis Campos
e6ee823396
Merge pull request #300 from mendersoftware/dependabot/submodules/tests/mender-image-tests-b0c73bf
Changelog:All: Bump tests/mender-image-tests from `cab12eb` to `b0c73bf`
4 years ago
dependabot[bot]
f4eb5093c1
Changelog:All: Bump tests/mender-image-tests from `cab12eb` to `b0c73bf`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `cab12eb` to `b0c73bf`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](cab12eb11c
...b0c73bf931eb2bc947a35ee32a4cffe15ff8b466)
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Lluis Campos
30db99035c
Merge pull request #297 from lluiscampos/MEN-4200-mender-connect-stable
MEN-4200: Set mender-connect version to latest
4 years ago
Lluis Campos
df529fc994
MEN-4200: Set mender-connect version to latest
Now that version 1.0.0 have been released.
Changelog: Title
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
Kristian Amlie
8d877db6ae
Merge pull request #296 from kacf/master
Revert "Update to new Raspios image of 2021-02-11."
4 years ago
Kristian Amlie
d4633c7a34
Upgrade download link to https.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
4 years ago
Lluis Campos
500b04bfe0
Revert "Update to new Raspios image of 2021-02-11."
This reverts commit 82f9f85fdb
.
Seems like we are having issues with this image on RPi 4. Revert for now
and follow-up independently of the release.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
(cherry picked from commit 14f73330fe
)
4 years ago
Lluis Campos
60b4b9936b
Merge pull request #292 from lluiscampos/restore-eemc-testing
[run-tests.sh] Restore BBB eMMC convert/test and update image
4 years ago
Kristian Amlie
75b267c998
Update Beaglebone EMMC Buster image.
For some reason they removed that exact image, but the other images
are still there.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
(cherry picked from commit 27d9657428
)
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4 years ago
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