Skip to content

Instantly share code, notes, and snippets.

@marcelometal
Last active December 18, 2017 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelometal/003ef32ad0ff62ed65da522907456bb1 to your computer and use it in GitHub Desktop.
Save marcelometal/003ef32ad0ff62ed65da522907456bb1 to your computer and use it in GitHub Desktop.
Thumbor: schroot
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