JackHack96 / dell-xps-9570-ubuntu-respin

Collection of scripts and tweaks to adapt Ubuntu running smooth on Dell XPS 15 9570.
996 stars 113 forks source link

Update ready to use ISO #51

Closed vikrambombhi closed 5 years ago

vikrambombhi commented 5 years ago

Issue

I dont think the downloadable ready yo use ISO is up to date (the details on link show it was last updated Sep 27). Can we replace it with a newer version? Also we should state in the README.md when google drive iso was last updated.

Possible long-term solutions

  1. Automating the iso build with CI and having it upload to the drive link would be ideal.
  2. Using tagged 'releases'. Github will handle releases for us, this is what the parent project of this fork is doing, you can download their releases here
JackHack96 commented 5 years ago

That would be ideal, but I don't know how to automate ISO build and uploading to my Google Drive (and updating the link in the README). Could you help me with that?

vikrambombhi commented 5 years ago

I looked into it. Unfortunately, I don't think we can use Circle CI or Travis CI because they don't support git lfs on public repos. We can use Jenkins but we would need to set up a Jenkins server somewhere. I tried to setup the Jenkins server on a spare raspberry pi I have but unfortunately, the build script does not run on arm.

vikrambombhi commented 5 years ago

Hey @JackHack96 I got the build process working using Jenkins. It triggers whenever master on my fork gets updated. It would be pretty trivial to have it upload the image to google drive when it's done. Let me know if you want to set it up using ur fork instead.

JackHack96 commented 5 years ago

Can I add you as a collaborator? I would like to see it set up on the this repo :smile:

vikrambombhi commented 5 years ago

For sure! Add me and ill set it up. PS can you set up a gitter chat for this repo? It will make this whole process easier.