]> git.alsa-project.org Git - alsa.git/commitdiff
pre-receive: isa files were removed (cs4231_lib.c and ad1848_lib.c)
authorJaroslav Kysela <perex@perex.cz>
Wed, 6 Aug 2008 13:48:11 +0000 (15:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 6 Aug 2008 13:48:11 +0000 (15:48 +0200)
hooks/alsa-kernel.git/pre-receive

index 0979e2a32c97a311c9b0be02e11f1db6c48c84a7..fd0995d8ab84deaffd75ea4c52afbea3742469ca 100755 (executable)
@@ -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):