[v11,1/2] buildscript: simplify the use of patches for feeds

Submitted by Tim Niemeyer on Sept. 17, 2017, 8:05 p.m.

Details

Message ID 20170917200512.15953-1-tim@tn-x.org
State Accepted
Headers show

Commit Message

Tim Niemeyer Sept. 17, 2017, 8:05 p.m.
Do this by applying the path within the patch function.

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
---

Changes in v11: None

 buildscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch hide | download patch | download mbox

diff --git a/buildscript b/buildscript
index 5559b37..4abeafa 100755
--- a/buildscript
+++ b/buildscript
@@ -103,7 +103,7 @@  get_source() {
             count=3
             while [ "x${FEED[count]}" != "x" ]
             do
-                local PATCH=${FEED[count]}
+                local PATCH="../../../build_patches/${NAME}/${FEED[count]}"
                 if [ ! -z "$PATCH" ] ; then
                     echo "Patching $PATCH"
                     git -C "$NAME" am --whitespace=nowarn "$PATCH"

Comments

Adrian Schmutzler Sept. 18, 2017, 8:01 a.m.
Tested-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf
> Of Tim Niemeyer
> Sent: Sonntag, 17. September 2017 22:05
> To: franken-dev@freifunk.net
> Subject: [PATCH v11 1/2] buildscript: simplify the use of patches for
feeds
> 
> Do this by applying the path within the patch function.
> 
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
> Changes in v11: None
> 
>  buildscript | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/buildscript b/buildscript
> index 5559b37..4abeafa 100755
> --- a/buildscript
> +++ b/buildscript
> @@ -103,7 +103,7 @@ get_source() {
>              count=3
>              while [ "x${FEED[count]}" != "x" ]
>              do
> -                local PATCH=${FEED[count]}
> +                local
PATCH="../../../build_patches/${NAME}/${FEED[count]}"
>                  if [ ! -z "$PATCH" ] ; then
>                      echo "Patching $PATCH"
>                      git -C "$NAME" am --whitespace=nowarn "$PATCH"
> --
> 2.11.0
> 
> --
> franken-dev mailing list
> franken-dev@freifunk.net
> http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net
Tim Niemeyer Sept. 18, 2017, 5:31 p.m.
Am Montag, den 18.09.2017, 10:01 +0200 schrieb Adrian Schmutzler:
> Tested-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Danke. Hab das Set applied.

Tim

> 
> > -----Original Message-----
> > From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On
> > Behalf
> > Of Tim Niemeyer
> > Sent: Sonntag, 17. September 2017 22:05
> > To: franken-dev@freifunk.net
> > Subject: [PATCH v11 1/2] buildscript: simplify the use of patches
> > for
> 
> feeds
> > 
> > Do this by applying the path within the patch function.
> > 
> > Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> > ---
> > 
> > Changes in v11: None
> > 
> >  buildscript | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/buildscript b/buildscript
> > index 5559b37..4abeafa 100755
> > --- a/buildscript
> > +++ b/buildscript
> > @@ -103,7 +103,7 @@ get_source() {
> >              count=3
> >              while [ "x${FEED[count]}" != "x" ]
> >              do
> > -                local PATCH=${FEED[count]}
> > +                local
> 
> PATCH="../../../build_patches/${NAME}/${FEED[count]}"
> >                  if [ ! -z "$PATCH" ] ; then
> >                      echo "Patching $PATCH"
> >                      git -C "$NAME" am --whitespace=nowarn "$PATCH"
> > --
> > 2.11.0
> > 
> > --
> > franken-dev mailing list
> > franken-dev@freifunk.net
> > http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net
> 
>