Re: Research on Reproducible Builds

2020-03-31 Thread Holger Levsen
On Tue, Mar 31, 2020 at 10:16:47AM -0400, Omar Navarro Leija wrote: > Sorry about that. The sound setting where off in the original video so they > had to reupload the video. The new (and hopefully permanent link) can be > found here: https://youtu.be/YkmS-vf12nE thanks! downloading now, to watch

Re: Research on Reproducible Builds

2020-03-31 Thread Omar Navarro Leija
Hello, Sorry about that. The sound setting where off in the original video so they had to reupload the video. The new (and hopefully permanent link) can be found here: https://youtu.be/YkmS-vf12nE On Tue, Mar 31, 2020 at 9:26 AM Holger Levsen wrote: > Hi Omar, > > On Tue, Mar 17, 2020 at

Re: Research on Reproducible Builds

2020-03-31 Thread Holger Levsen
Hi Omar, On Tue, Mar 17, 2020 at 09:55:27AM -0400, Omar Navarro Leija wrote: > Here is the 20 minute presentation of our Reproducible Containers project. > It is a lot more bite-size than the paper :3 > https://youtu.be/NuDIZqBdM08 I get 'this video has been removed by the uploader' - do you

Re: Research on Reproducible Builds

2020-03-17 Thread Omar Navarro Leija
To follow up. Here is the 20 minute presentation of our Reproducible Containers project. It is a lot more bite-size than the paper :3 https://youtu.be/NuDIZqBdM08 On Fri, Mar 6, 2020 at 2:44 PM Omar Navarro Leija wrote: > Thank you everyone for the positive feedback! > > Yes, you can now find

Re: Research on Reproducible Builds

2020-03-06 Thread Omar Navarro Leija
Thank you everyone for the positive feedback! Yes, you can now find the source code repository for Dettrace under: https://github.com/dettrace/dettrace (I have submitted several pull requests to polish some details and update the README so check those out as well). > However, it's clear that

Re: Research on Reproducible Builds

2020-03-04 Thread Chris Lamb
David A. Wheeler wrote: > The paper's description of date handling sounds odd, where "dates" are > really counts of system calls. If the "starting date" is arbitrary (like Jan > 1, 1970) that would look odd. But if the "starting date" were forcibly set to > a > human-reasonable value (like

Re: Research on Reproducible Builds

2020-02-29 Thread David A. Wheeler
> On Sun, Feb 9, 2020 at 5:14 PM Omar Navarro Leija > wrote: > > Our publication "Reproducible Containers" will be presented in March at > > ASPLOS 2020. Please follow this link for the final version of the paper: > > https://github.com/gatoWololo/PersonalWebsite/blob/master/content/dettrace.pdf

Re: Research on Reproducible Builds

2020-02-28 Thread Sebastian Hoß via rb-general
Just a FYI: The paper was moved to https://github.com/gatoWololo/PersonalWebsite/blob/master/static/resources/publications/dettrace.pdf ‐‐‐ Original Message ‐‐‐ On Friday, 28. February 2020 18:37, Holger Levsen wrote: > Hi Omar, > > On Sun, Feb 09, 2020 at 05:14:00PM -0500, Omar

Re: Research on Reproducible Builds

2020-02-28 Thread Holger Levsen
Hi Omar, On Sun, Feb 09, 2020 at 05:14:00PM -0500, Omar Navarro Leija wrote: > It was great meeting so many people at the Reproducible Builds Summit 2019! indeed & thank you again for contributing to it! > Our publication "Reproducible Containers" will be presented in March at > ASPLOS 2020.

Re: Research on Reproducible Builds

2020-02-17 Thread Omar Navarro Leija
> Guix also controls environment variables (which I don't think you talk about in your paper) to ensure the same initial state. Yeah, we didn't really come up with a principled approach to handling env vars. Inside the container, we start with the default container-set env vars, but this itself

Re: Research on Reproducible Builds

2020-02-12 Thread Julien Lepiller
Le 12 février 2020 11:50:11 GMT-05:00, Omar Navarro Leija a écrit : >Hello Julien, > >I'm glad you enjoyed the work! > >Your understanding of DetTrace is correct. Our container abstraction is >very lightweight in the sense that we just piggyback off Linux >namespaces + >chroot to provide

Re: Research on Reproducible Builds

2020-02-12 Thread Omar Navarro Leija
Hello Julien, I'm glad you enjoyed the work! Your understanding of DetTrace is correct. Our container abstraction is very lightweight in the sense that we just piggyback off Linux namespaces + chroot to provide isolation. Currently, to provide reproducibility, someone using DetTrace should

Re: Research on Reproducible Builds

2020-02-11 Thread Julien Lepiller
Le 11 février 2020 05:54:13 GMT-05:00, Chris Lamb a écrit : >Dear all, > >> Ugh, sorry about that! >> >> It should work now! > >Thanks; works for me… as you can see here: > > https://i.imgur.com/UEqbiR4.png > > >Best wishes, > >-- > o >⬋ ⬊ Chris Lamb > o o

Re: Research on Reproducible Builds

2020-02-11 Thread Omar Navarro Leija
> Thanks; works for me… as you can see here: Nice :) I have moved the paper to a far more permanent location here: https://gatowololo.github.io/resources/publications/dettrace.pdf (Sorry for all the messages) On Tue, Feb 11, 2020 at 5:54 AM Chris Lamb wrote: > Dear all, > > > Ugh, sorry

Re: Research on Reproducible Builds

2020-02-11 Thread Chris Lamb
Dear all, > Ugh, sorry about that! > > It should work now! Thanks; works for me… as you can see here: https://i.imgur.com/UEqbiR4.png Best wishes, -- o ⬋ ⬊ Chris Lamb o o reproducible-builds.org ⬊ ⬋ o

Re: Research on Reproducible Builds

2020-02-10 Thread Omar Navarro Leija
Ugh, sorry about that! It should work now! On Sun, Feb 9, 2020 at 6:53 PM Julien Lepiller wrote: > Le Sun, 9 Feb 2020 17:14:00 -0500, > Omar Navarro Leija a écrit : > > > Hello! > > > > It was great meeting so many people at the Reproducible Builds Summit > > 2019! > > > > Our publication

Re: Research on Reproducible Builds

2020-02-09 Thread Julien Lepiller
Le Sun, 9 Feb 2020 17:14:00 -0500, Omar Navarro Leija a écrit : > Hello! > > It was great meeting so many people at the Reproducible Builds Summit > 2019! > > Our publication "Reproducible Containers" will be presented in March > at ASPLOS 2020. Please follow this link for the final version of

Research on Reproducible Builds

2020-02-09 Thread Omar Navarro Leija
Hello! It was great meeting so many people at the Reproducible Builds Summit 2019! Our publication "Reproducible Containers" will be presented in March at ASPLOS 2020. Please follow this link for the final version of the paper: