Commit 9e30c02e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: fix colors for 5 suites being built

parent 62626c0c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@ def main():
        r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
    elif int(colors) == 6:
        r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#ffdd00", "#aaaaaa"))')
    elif int(colors) == 16:
        r('palette(c("#4e9a06", "#57a231", "#73d216", "#8ae234", \
                     "#ce5c00", "#f57900", "#fcaf3e", "#fcda27", \
                     "#a40000", "#cc0000", "#ef2929", "#fc2a1a", \
                     "#2e3436", "#555753", "#888a85", "#b8bbb4" ))')
    elif int(colors) == 20:
        r('palette(c("#4e9a06", "#57a231", "#73d216", "#8ae234", "#9af244", \
                     "#ce5c00", "#d56900", "#f57900", "#fcaf3e", "#fcea27", \
                     "#930000", "#a40000", "#cc0000", "#e21111", "#fc2a1a", \
                     "#2e3436", "#555753", "#888a85", "#b8bbb4", "#dddddd" ))')
    elif int(colors) < 39:
        r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
                     "#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ done
REPRODUCIBLE_DONE="$REPRODUCIBLE_DONE)"
REPRODUCIBLE_OPEN="$REPRODUCIBLE_OPEN)"
COLOR[0]=5
COLOR[1]=16
COLOR[1]=20
COLOR[2]=1
COLOR[3]=32
COLOR[4]=1