Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chroot-plugin
  Commit: dca3f90a0417b4b22890d2f6447b3d59cba2c8a4
      
https://github.com/jenkinsci/chroot-plugin/commit/dca3f90a0417b4b22890d2f6447b3d59cba2c8a4
  Author: Jo Shields <jo.shie...@xamarin.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/ChrootWorker.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/MockWorker.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/PBuilderWorker.java
    M 
src/main/resources/org/jenkinsci/plugins/chroot/builders/ChrootBuilder/config.jelly

  Log Message:
  -----------
  Add support for bind mounting directories inside the chroot.

This is useful for cases where large volumes of data outside the workspace 
might be wanted inside it - for example, downloading a full set of Android SDK 
tarballs takes about 16GB, and it's much easier to have a shared directory 
available for that cache to be shared between jobs.

This isn't supported by Mock - I'd welcome a smarter way to mask the option on 
Mock builds, but I couldn't figure out the correct Jelly conditional to only 
show the textbox for Pbuilder-type chroots.


  Commit: 9d6de4fa70030b21b34b935024e0f57cf16fb0e1
      
https://github.com/jenkinsci/chroot-plugin/commit/9d6de4fa70030b21b34b935024e0f57cf16fb0e1
  Author: Roman Mohr <rm...@redhat.com>
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/ChrootWorker.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/MockWorker.java
    M src/main/java/org/jenkinsci/plugins/chroot/extensions/PBuilderWorker.java
    M 
src/main/resources/org/jenkinsci/plugins/chroot/builders/ChrootBuilder/config.jelly

  Log Message:
  -----------
  Merge pull request #11 from directhex/bind-mounter

Add support for bind mounting directories inside the chroot.


Compare: 
https://github.com/jenkinsci/chroot-plugin/compare/6c7aa193e58b...9d6de4fa7003

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to