Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Last active August 29, 2015 14:23
Show Gist options
  • Save gielfeldt/a5a35f1823ddf3286c6d to your computer and use it in GitHub Desktop.
Save gielfeldt/a5a35f1823ddf3286c6d to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_page.make b/ding_page.make
index e08e7f7..1658291 100644
--- a/ding_page.make
+++ b/ding_page.make
@@ -11,6 +11,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://github.com/kdb/ting_reference/pull/1.patch"
projects[cache_actions][subdir] = "contrib"
projects[cache_actions][version] = "2.0-alpha5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment