Skip to content

Instantly share code, notes, and snippets.

View hschne's full-sized avatar
⛰️

Hans Schnedlitz hschne

⛰️
View GitHub Profile
@hschne
hschne / packaging-libvips-on-ubuntu.md
Last active September 3, 2019 13:44 — forked from renexu/build_libvips.md
Packaging Vips on Ubuntu 18.04

These are the steps to build latest libvips (8.7.4) deb package on Ubuntu 18.04.

Getting set up

Install the build dependencies.

sudo apt install build-essential devscripts
@hschne
hschne / Instructions.md
Created February 7, 2017 22:45 — forked from pgilad/Instructions.md
Git commit-msg hook to validate for jira issue or the word merge

Instructions

  • copy the file commit-msg to .git/hooks/commit-msg
  • make sure your delete the sample file .git/hooks/commit-msg.sample
  • Make commit msg executable. chmod +x .git/hooks/commit-msg
  • Edit commit-msg to better fit your development branch, commit regex and error message
  • Profit $$

Shell example