From: Jaroslav Kysela Date: Wed, 6 Aug 2008 13:50:12 +0000 (+0200) Subject: pre-receive: include/cs4231.h was removed X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=50f452c537aae90618197de5ca50d942d65b96a4;p=alsa.git pre-receive: include/cs4231.h was removed --- diff --git a/hooks/alsa-kernel.git/pre-receive b/hooks/alsa-kernel.git/pre-receive index fd0995d..276004c 100755 --- a/hooks/alsa-kernel.git/pre-receive +++ b/hooks/alsa-kernel.git/pre-receive @@ -383,7 +383,8 @@ def compare_trees(lastref): remove("alsa-kmirror-repo/%s" % i) for i in ['oss', 'pci/ac97/ak4531_codec.c', 'isa/sb/sb16_csp_codecs.h', 'pci/korg1212/korg1212-firmware.h', 'pci/ymfpci/ymfpci_image.h', - 'isa/ad1848/ad1848_lib.c', 'isa/cs423x/cs4231_lib.c']: + 'isa/ad1848/ad1848_lib.c', 'isa/cs423x/cs4231_lib.c', + 'include/cs4231.h']: if isdir("alsa-kernel-repo/%s" % i): rmtree("alsa-kernel-repo/%s" % i) elif exists("alsa-kernel-repo/%s" % i):