]> git.alsa-project.org Git - alsa.git/commitdiff
alsa-kernel/pre-receive: more better description for DO_NOT_CHECK
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2008 12:24:58 +0000 (14:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2008 12:24:58 +0000 (14:24 +0200)
hooks/alsa-kernel.git/pre-receive

index ad2f5126190cb5925e8865aa845138e60b68bad6..894a2e5723834cfd6c35aec6e3ca6a57f5e76850 100755 (executable)
@@ -14,6 +14,7 @@ DO_NOT_MERGE = False
 DO_NOT_FAIL = False
 # enable (set this to True) if you like to skip pre-receive checks
 # do it only when really necessary after discussed in ALSA committer group
+# this option turns this whole script off
 DO_NOT_CHECK = False
 
 TMP_PATH = '/dev/shm'