Skip to content

Commit

Permalink
Use local patch to get discounts patch #45
Browse files Browse the repository at this point in the history
This isn't typical, but no patches would apply. so manually overriding this way.
  • Loading branch information
mglaman committed Jan 14, 2016
1 parent 79f45dc commit f357721
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-discimport.make
Expand Up @@ -9,4 +9,5 @@ includes[] = https://raw.github.com/discimport/discimport-build/7.x-1.x/drupal-
; Commerce Kickstart
projects[commerce_kickstart][type] = profile
projects[commerce_kickstart][version] = 2.31
projects[commerce_kickstart][patch][2649950] = https://www.drupal.org/files/issues/discount_patch-2649950-2.patch
; We need discounts alpha8 to be released and CK2 to use it.
projects[commerce_kickstart][patch][] = ck2-use-discounts-dev.patch
15 changes: 15 additions & 0 deletions ck2-use-discounts-dev.patch
@@ -0,0 +1,15 @@
diff --git a/drupal-org.make b/drupal-org.make
index b8d3472..cc0f95e 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -35,7 +35,9 @@ projects[commerce_autosku][download][revision] = 32e86f4
projects[commerce_autosku][download][branch] = 7.x-1.x
projects[commerce_migrate][version] = 1.1
projects[commerce_migrate][patch][1931302] = https://www.drupal.org/files/commerce_products_source_migration-1931302-2.patch
-projects[commerce_discount][version] = 1.0-alpha6
+projects[commerce_discount][download][type] = git
+projects[commerce_discount][download][branch] = 7.x-1.x
+projects[commerce_discount][download][revision] = 185aa94
projects[commerce_checkout_progress][version] = 1.3
projects[commerce_extra_price_formatters][version] = 1.x-dev
projects[commerce_extra_price_formatters][download][type] = git

0 comments on commit f357721

Please sign in to comment.