Last active
December 18, 2017 00:57
-
-
Save marcelometal/003ef32ad0ff62ed65da522907456bb1 to your computer and use it in GitHub Desktop.
Thumbor: schroot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sessionid="thumbor" | |
schroot -b -c sid -n $sessionid | |
dd-schroot-cmd -c $sessionid apt-get update | |
dd-schroot-cmd -c $sessionid apt-get -y upgrade | |
dd-schroot-cmd -c $sessionid apt-get -y install devscripts build-essential lintian | |
dd-schroot-cmd -c $sessionid apt-get -y build-dep thumbor | |
schroot -r -c $sessionid | |
apt-get source thumbor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment