Sebastian Silva

Results 132 comments of Sebastian Silva

Here's a recipe for a random 6-char string in bash: RAND_STRING=`date | md5sum | cut -c 1-6` We would need to run sed at build time to change relevant files...

Yeah the thing is I'm not sure what to implement because there are several levels to this. For one thing there's the hostnames which will interfere if we rely on...

Hi @jywarren I've given this a lot of thought and some work! I can see others would like to build the image with custom settings, and they may not have...

On 02/08/18 13:50, Jeffrey Warren wrote: > > |cloudinit| sounds great. I think having PRs open as examples of how > to create a script would be great. > +1...

Oh man - @jywarren and I were sure this was going to build! I'll try to push the same branch maybe it's a matter of permissions.

@imvectech I'm sorry, after resetting and recreating the repository mirroring at Gitlab CI - We came to realize that [Gitlab CI doesn't build from Github Pull Requests](https://gitlab.com/gitlab-org/gitlab-ee/issues/6775). I will have...

This did trigger https://gitlab.com/publiclab/pi-builder-ci/pipelines for instance, but no status report comes back!!

I setup an automated build process and was able to preload required debian packages. Setting up networking as per the templates, I managed to build an [image](https://jenkins.laboratoriopublico.org/job/Raspberry%20Kit%20Image/ws/milestone_wifi_hotspot/), that starts a...

Here's my take on it [timelapse.sh](https://github.com/publiclab/image-builder-rpi/blob/docs/builder/scripts/timelapse.sh). It is extremely minimalistic. In this case it's taking advantage of RPi-WebCam to signal taking a picture. Without RPI-WebCam it could call the `raspistill`...

Yes, correct, with this approach it can work in tandem with the RPi Webcam software.