rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

Updates pepper and switches libssh to a mirror so build.sh will run. #122

Closed rickybrent closed 8 years ago

rickybrent commented 8 years ago

Some very minor changes -- Pepper 43 is no longer present on Google's servers and the mirror that was previously being used for libssh is presently down.

rpwoodbu commented 8 years ago

Thanks for doing this. I noticed the same thing recently. However, I've got some changes in-flight that will not only solve these problems, but significantly change how the build is done. I'll hold onto this pull request and merge it if that endeavor ends up taking more than a couple more days.

rickybrent commented 8 years ago

Nice! No problem, I did it for my own use (no worries if it's not needed) -- thank you for creating all this, it's made my Chromebook into a real powerhouse without needing crouton or anything like that. :)

rpwoodbu commented 8 years ago

Glad you like the app! As you can see, the new build system is in place. I upgraded to Pepper 49 (current stable) while I was doing it. Also, as a consequence of the new build system, I actually had to mirror libssh on GitHub so I could maintain my own patches, so the down mirror issue got fixed as a side-effect.

Thanks anyway for this pull request. I hope you'll find more ways to contribute! I'd also be interested to know what you think of the new build system, especially if you have any trouble with it.