Ole Petter
e48602f1cd
style: Fix lint errors
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Lluis Campos
d54234357a
Merge pull request #392 from lluiscampos/cleanup-aws-vars
pipeline: Clean-up AWS keys manipulation for temp bucket
3 years ago
Lluis Campos
a7dc3418e3
Merge pull request #393 from lluiscampos/MEN-5078-ln-dirs
Modify `ln` calls for data store links to support successive runs
3 years ago
Lluis Campos
3a031bffbb
Modify `ln` calls for data store links to support successive runs
Fixes MEN-5078
According to `ln` man page, the correct way to create a link on a
directory is with `ln [OPTION]... TARGET... DIRECTORY`.
Create first `DIRECTORY`, and then use the above form for the link. This
way a successive run of `ln ...` will not end up creating a
`.../mender/mender` kind of link.
Changelog: Title
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
5490dc8faa
pipeline: Clean-up AWS keys manipulation for temp bucket
This is now handled by the code in mendertesting, see:
https://github.com/mendersoftware/mendertesting/pull/160
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
f6334afcbf
Merge pull request #390 from lluiscampos/pipeline-use-common-functions
pipeline: Use mendertesting common function to save/load tmp artifacts
3 years ago
Lluis Campos
7906c477ac
pipeline: Use mendertesting common function to save/load tmp artifacts
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
9366520100
Merge pull request #391 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
6af0175917
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
oleorhagen
b4b386570c
Merge pull request #389 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
6a245906d1
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Kristian Amlie
816ade48ba
Merge pull request #384 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
Lluis Campos
23c0872004
Merge pull request #388 from mendersoftware/dependabot/submodules/tests/mender-image-tests-02b3578
Changelog:All: Bump tests/mender-image-tests from `47d6459` to `02b3578`
3 years ago
dependabot[bot]
00fb38b269
Changelog:All: Bump tests/mender-image-tests from `47d6459` to `02b3578`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `47d6459` to `02b3578`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](47d645966f
...02b357825d6f14b1088a116e83fd5e675fedb87a)
---
updated-dependencies:
- dependency-name: tests/mender-image-tests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Lluis Campos
5178246da3
Merge pull request #385 from lluiscampos/MEN-5086-symlink-mender-monitor
MEN-5086: Create mender-monitor state directory
3 years ago
Kristian Amlie
d7e54f58d6
Merge pull request #386 from kacf/closing_brace
Closing curly brace added
3 years ago
Andrey Basov
8f2e198ce6
Closing curly brace added in bootstrap-rootfs-overlay-production-server.sh
Changelog: Title
Signed-off-by: Andrey Basov <dev.basov@gmail.com>
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
3 years ago
Lluis Campos
833634bb79
MEN-5086: Create mender-monitor state directory
Changelog: Create symlink from `/var/lib/mender-monitor` to
`/data/mender-configure`
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
mender-test-bot
2046fc6e61
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Lluis Campos
8c92a152bf
Merge pull request #381 from mendersoftware/QA-322-align-with-release-process
QA-322: Align pipeline with Mender release process
3 years ago
Lluis Campos
873fb52c79
QA-322: Align pipeline with Mender release process
The idea is two have two publish jobs: one manual and one automatic
controlled via env variable.
The manual one should cover all special use cases that we were
considering before.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
b92f1a33fd
pre-converted images: remove client version from Artifact name
The client is not being installed anymore in the pre-converted images,
so this version string baked in into the Artifact name is misleading.
Changelog: RPi pre-converted images: remove Mender client version from
Artifact name.
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Kristian Amlie
e5ea4186ba
Merge pull request #375 from kacf/upgrade_image-tests
Upgrade to grub-mender-grubenv tools with new names.
3 years ago
Kristian Amlie
6332c81534
Upgrade to grub-mender-grubenv tools with new names.
Changelog: grub-mender-grubenv: User space tools, "fw_printenv" and
"fw_setenv" have been renamed to "grub-mender-grubenv-print" and
"grub-mender-grubenv-set", respectively. This has been done in order
to avoid conflict with U-Boot's user space tools, which have the same
names.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
3 years ago
Lluis Campos
b00da69453
Merge pull request #382 from lluiscampos/update-ubuntu-image
Update Ubuntu image and pipeline fixes
3 years ago
Lluis Campos
50da54d8bf
Update testing image Ubuntu x86-64 to Focal release
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Kristian Amlie
ed5da38667
URL encode '+' characters in package names, or else we get Forbidden.
Changelog: Fix broken download of packages when `*_VERSION` are set to
`master`.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
3 years ago
Kristian Amlie
6580e27f92
Make sure version overrides are used in tests as well as production.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
3 years ago
Lluis Campos
5cc9cf5a45
Merge pull request #380 from lluiscampos/MEN-5057-apt-allow-release-change
MEN-5057: configs/images/raspberrypi_raspbian_config: Allow APT Suite change
3 years ago
Lluis Campos
f4650ffd1d
MEN-5057: configs/images/raspberrypi_raspbian_config: Allow APT Suite change
As per today, our pre-converted image ships with Debian buster, while
Raspberry Pi OS APT repository has moved already to Debian bullseye,
moving buster from "stable" to "oldstable".
This configuration allows apt to update the information without
interaction from the user. This is the default behaviour in newer
versions of apt, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931566
Changelog: Title
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
39e3bc5c7a
Merge pull request #379 from mendersoftware/dependabot/submodules/tests/mender-image-tests-49f2152
Changelog:All: Bump tests/mender-image-tests from `9585db2` to `49f2152`
3 years ago
dependabot[bot]
23680167a5
Changelog:All: Bump tests/mender-image-tests from `9585db2` to `49f2152`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `9585db2` to `49f2152`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](9585db2089
...49f21521304d059408e4416e8361dc3d4542292d)
---
updated-dependencies:
- dependency-name: tests/mender-image-tests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Lluis Campos
9466f392e9
Merge pull request #378 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
bd695873af
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Kristian Amlie
72ad033c58
Merge pull request #377 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
4ec9e26055
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Kristian Amlie
ee018fcc4b
Merge pull request #376 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
57a0b0d799
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
oleorhagen
ef0c5fe5dc
Merge pull request #374 from oleorhagen/linkbot-ubuntu-lts
Linkbot now only handles Ubuntu LTS images
3 years ago
Ole Petter
924fe70950
linkbot: Move the LTS verification from the filter to the regexp
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Ole Petter
f075b8f137
Linkbot: Move to using Ubuntu major.minor versions, ignore the patch
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Ole Petter
49b9409c39
Linkbot: Quote the URL string in Bash
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Ole Petter
f23e1a06ee
Linkbot: Have the Ubuntu images monitored only by LTS releases
We do not want non-LTS releases covered by the linkbot.
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
oleorhagen
bbfc8022f2
Merge pull request #373 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-17.0.0
Changelog:All: Bump jsdom from 16.7.0 to 17.0.0 in /scripts/linkbot
3 years ago
dependabot[bot]
2ecfbaabe2
Changelog:All: Bump jsdom from 16.7.0 to 17.0.0 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.7.0 to 17.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...17.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Lluis Campos
8e141ab816
Merge pull request #360 from oleorhagen/linkbot-ub-improvement
Improve the Ubuntu Server linkbot monitoring
3 years ago
Lluis Campos
c3aa212ca0
Merge pull request #371 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-16.7.0
Changelog:All: Bump jsdom from 16.6.0 to 16.7.0 in /scripts/linkbot
3 years ago
Lluis Campos
7acb9e1335
Merge pull request #369 from mendersoftware/dependabot/submodules/tests/mender-image-tests-9585db2
Changelog:All: Bump tests/mender-image-tests from `798d07e` to `9585db2`
3 years ago
Ole Petter
9520332ed1
Improve the Ubuntu Server linkbot monitoring
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
4 years ago
Kristian Amlie
4b1145b90a
Merge pull request #370 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago