Skip to content

Instantly share code, notes, and snippets.

@boc-tothefuture
Created August 25, 2015 21:43
Show Gist options
  • Save boc-tothefuture/4250b689fefbe95162bf to your computer and use it in GitHub Desktop.
Save boc-tothefuture/4250b689fefbe95162bf to your computer and use it in GitHub Desktop.
FPM commands
cd build/recipes
sudo fpm-cook clean --tmp-root /tmp/fpm-temp --cache-dir /tmp/fpm-cache --pkg-dir /home/vagrant/build/pkg
sudo fpm-cook install-deps
sudo fpm-cook package --no-deps --tmp-root /tmp/fpm-temp --cache-dir /tmp/fpm-cache --pkg-dir /home/vagrant/build/pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment