• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

postmarketOS / pmbootstrap / 4851
79%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2018 10:29PM UTC
Jobs 1
Files 81
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4851

push

travis-ci

web-flow
Recreate device nodes in chroot after shutdown (#1447)

Device nodes in the chroots get created in a tmpfs, so they can be
created even if the filesystem where the chroot resides does not
support device nodes (#1317). In "pmbootstrap shutdown" we umount the
`dev` folder, which means all device nodes that were created inside
this folder are gone. This commit changes the code to actually recreate
the device nodes when using the chroot again.

Details:
* move `pmb.chroot.init.create_device_nodes` to
  `pmb.chroot.mount.crete_device_nodes`
* don't call it in `pmb.chroot.init()` anymore, but in
  `pmb.chroot.mount_dev_tmpfs()`
* Create the `null` device as well (`apk --initdb` also creates it on
  `init`, but we don't call it after `shutdown`)

3249 of 4103 relevant lines covered (79.19%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4851.1 29 Apr 2018 10:29PM UTC 0
79.19
Travis Job 4851.1
Source Files on build 4851
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4851
  • 4e665a21 on github
  • Prev Build on master (#4845)
  • Next Build on master (#4888)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc