aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-07 07:24:44 -0800
committerKhem Raj <raj.khem@gmail.com>2010-12-07 10:12:23 -0800
commit08363b4825521ccea37f2f98ebdffa145c644c5e (patch)
treeaa189dcb7738f1a39e7bf139d22cdaee3471270e /contrib
parentfef53f0262c4dfff1caa7db95d43e9b3cb36e9b5 (diff)
downloadopenembedded-08363b4825521ccea37f2f98ebdffa145c644c5e.tar.gz
pw-am.sh: Point to new patchwork address
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/patchwork/pw-am.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/patchwork/pw-am.sh b/contrib/patchwork/pw-am.sh
index 1c64aa5d64..8987eee8eb 100755
--- a/contrib/patchwork/pw-am.sh
+++ b/contrib/patchwork/pw-am.sh
@@ -9,7 +9,7 @@
for patchnumber in $@;
do
- wget -nv http://patchwork.openembedded.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
+ wget -nv http://patches.openembedded.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
git am -s pw-am-$patchnumber.patch
rm pw-am-$patchnumber.patch
done