Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
boot-deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
boot-deploy
Merge requests
!73
ci: update gitlab references to gitlab.postmarketos.org
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: update gitlab references to gitlab.postmarketos.org
celiffe/boot-deploy:update-ci
into
master
Overview
1
Commits
3
Pipelines
6
Changes
3
Merged
Connor Eliffe
requested to merge
celiffe/boot-deploy:update-ci
into
master
5 months ago
Overview
1
Commits
3
Pipelines
6
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 5
2470fa00
5 months ago
version 4
b80eff13
5 months ago
version 3
24cc83f7
5 months ago
version 2
2f9c3bda
5 months ago
version 1
b8a8c70f
5 months ago
master (base)
and
latest version
latest version
7ea80562
3 commits,
5 months ago
version 5
2470fa00
4 commits,
5 months ago
version 4
b80eff13
3 commits,
5 months ago
version 3
24cc83f7
3 commits,
5 months ago
version 2
2f9c3bda
2 commits,
5 months ago
version 1
b8a8c70f
1 commit,
5 months ago
3 files
+
10
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.ci/integration_test.sh
+
3
−
3
Options
@@ -92,7 +92,7 @@ pmbootstrap install --no-image --password 1
# Replace the installed boot-deploy with the local copy
echo
"==> Installing boot-deploy to device chroot"
# we use a wrapper script to install it as boot-deploy.real
sudo cp
boot-deploy
"
$rootfs
"
/
s
bin/boot-deploy.real
sudo cp
boot-deploy
"
$rootfs
"
/
usr/
bin/boot-deploy.real
sudo cp
boot-deploy-functions.sh
"
$rootfs
"
/usr/share/boot-deploy/boot-deploy-functions.sh
echo
"==> Installing boot-deploy wrapper"
@@ -146,10 +146,10 @@ echo "work_dir=\$work_dir.copy" >> "/tmp/boot-deploy.args"
echo "output_dir=
\$
output_dir" >> "/tmp/boot-deploy.args"
echo "local_deviceinfo=
\$
local_deviceinfo" >> "/tmp/boot-deploy.args"
exec /
s
bin/boot-deploy.real
\$
orig_args
exec /
usr/
bin/boot-deploy.real
\$
orig_args
EOF
chmod
+x
"boot-deploy-wrapper"
sudo mv
"boot-deploy-wrapper"
"
$rootfs
/
s
bin/boot-deploy"
sudo mv
"boot-deploy-wrapper"
"
$rootfs
/
usr/
bin/boot-deploy"
echo
"==> Running boot-deploy in chroot"
pmbootstrap
chroot
-r
mkinitfs
Loading