This morning I made a new platform deployment to upgrade feeds to 2.0-beta3 (released yesterday). I use the patch feeds-making-rules-events-fire-1886230-22.patch. Error thrown during the deployment is below. Afterward I deployed the platform specifying feeds version 2.0-beta2 and it worked.
Unable to patch feeds with feeds-making-rules-events-fire-1886230-22.patch.
can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/feeds.info b/feeds.info |index 31e2462..4991435 100644 |--- a/feeds.info |+++ b/feeds.info -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc |index d558e0b..b5577a1 100644 |--- a/includes/FeedsSource.inc |+++ b/includes/FeedsSource.inc -------------------------- File to patch: Skip this patch? [y] Skipping patch. 2 out of 2 hunks ignored patching file b/tests/feeds_rules.test patching file b/tests/feeds_tests.rules.inc
Comments