From: Jaroslav Kysela Date: Wed, 6 Aug 2008 13:48:11 +0000 (+0200) Subject: pre-receive: isa files were removed (cs4231_lib.c and ad1848_lib.c) X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=94fb03e02a5600a759794c3ce5293e808a1396ab;p=alsa.git pre-receive: isa files were removed (cs4231_lib.c and ad1848_lib.c) --- diff --git a/hooks/alsa-kernel.git/pre-receive b/hooks/alsa-kernel.git/pre-receive index 0979e2a..fd0995d 100755 --- a/hooks/alsa-kernel.git/pre-receive +++ b/hooks/alsa-kernel.git/pre-receive @@ -382,7 +382,8 @@ def compare_trees(lastref): elif exists("alsa-kmirror-repo/%s" % i): 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']: + 'pci/korg1212/korg1212-firmware.h', 'pci/ymfpci/ymfpci_image.h', + 'isa/ad1848/ad1848_lib.c', 'isa/cs423x/cs4231_lib.c']: if isdir("alsa-kernel-repo/%s" % i): rmtree("alsa-kernel-repo/%s" % i) elif exists("alsa-kernel-repo/%s" % i):