Commit 8b8bfbca authored by Armin Kuster's avatar Armin Kuster Committed by Khem Raj
Browse files

pw-am.sh: update to new patcwork system


Point to patchwork.yoctoproject.org
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
parent 3302aa16
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@
for patchnumber in $@;
do
wget -nv http://patches.openembedded.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
wget -nv http://patchwork.yoctoproject.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
git am -s pw-am-$patchnumber.patch
rm pw-am-$patchnumber.patch
done
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment