Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created June 30, 2015 12:48
Show Gist options
  • Save gielfeldt/417212eede6e45176dc5 to your computer and use it in GitHub Desktop.
Save gielfeldt/417212eede6e45176dc5 to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_event.make b/ding_event.make
index efba8e4..71194e2 100644
--- a/ding_event.make
+++ b/ding_event.make
@@ -26,6 +26,8 @@ projects[ting_reference][type] = "module"
projects[ting_reference][download][type] = "git"
projects[ting_reference][download][url] = "git@github.com:ding2/ting_reference.git"
projects[ting_reference][download][tag] = "7.x-2.0.0"
+; Add pseudo-delta-support for ting references.
+projects[ting_reference][patch][] = "https://gist.githubusercontent.com/gielfeldt/53f5b5c624d691b652c9/raw/e57a63c4fa11611edaae4aec49a263425b62ef2a/pseudo-delta-support"
projects[ding_place2book][type] = "module"
projects[ding_place2book][download][type] = "git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment