Re: quiltrc

2008-05-04 Thread Russ Allbery
Philipp Matthias Hahn <[EMAIL PROTECTED]> writes:

> Hello!
>
> On Sun, May 04, 2008 at 03:13:31AM +0200, Marco d'Itri wrote:
>> ~/.quiltrc:
>> 
>> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
>> if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
>> export QUILT_PATCHES=debian/patches
>"${PWD}/${where}debian/patches" ?
>> fi
>> done
>
> I think I want the above.

quilt actually figures it out by itself if you just set QUILT_PATCHES to
debian/patches.

-- 
Russ Allbery ([EMAIL PROTECTED])   <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: quiltrc

2008-05-04 Thread Philipp Matthias Hahn
Hello!

On Sun, May 04, 2008 at 03:13:31AM +0200, Marco d'Itri wrote:
> ~/.quiltrc:
> 
> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
> if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
> export QUILT_PATCHES=debian/patches
   "${PWD}/${where}debian/patches" ?
> fi
> done

I think I want the above.

BYtE
Philipp
-- 
Philipp Matthias Hahn <[EMAIL PROTECTED]>
 GPG/PGP: 9A540E39 @ keyrings.debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



quiltrc

2008-05-03 Thread Marco d'Itri
~/.quiltrc:

for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
export QUILT_PATCHES=debian/patches
fi
done


Also recommended:

QUILT_PUSH_ARGS="--color=auto"
QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"

QUILT_DIFF_OPTS='-p'
QUILT_PATCH_OPTS='--unified-reject-files'

-- 
ciao,
Marco


signature.asc
Description: Digital signature