Le Wednesday 27 November 2013 à 18:00 +0100, Michal Marek a écrit :
Dne 27.11.2013 17:37, Jean Delvare napsal(a):
Overall the code looks great, nice job. Just two comment:
--- a/scripts/tar-up-old.sh +++ b/scripts/tar-up-old.sh @@ -154,7 +154,7 @@ done mkdir -p "$build_dir" if test ! -e "$build_dir/linux-$SRCVERSION.tar.bz2"; then echo "linux-$SRCVERSION.tar.bz2" - get_tarball "$SRCVERSION" "$build_dir" + get_tarball "$SRCVERSION" "tar.bz2" "$build_dir" fi
# list of patches to include.
Can't we get rid of tar-up-old.sh now? Anyone still using it?
It's needed for SLES10 and SLES9. BTW, you are supposed to always run scripts/tar-up.sh, it hands over to tar-up-old.sh when needed.
Oh I didn't know that. Alright then let's keep it. -- Jean Delvare Suse L3 Support -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org