Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created June 30, 2015 12:50
Show Gist options
  • Save gielfeldt/621a9c02ad3e3759cf2d to your computer and use it in GitHub Desktop.
Save gielfeldt/621a9c02ad3e3759cf2d to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_news.make b/ding_news.make
index 1720c12..13429d8 100644
--- a/ding_news.make
+++ b/ding_news.make
@@ -16,6 +16,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[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