]> granicus.if.org Git - graphviz/commitdiff
Remove my hacky comment that forced CI builds of Dockerfiles
authorMark Hansen <markhansen@google.com>
Sun, 14 Feb 2021 05:38:54 +0000 (16:38 +1100)
committerMark Hansen <markhansen@google.com>
Sun, 14 Feb 2021 05:38:54 +0000 (16:38 +1100)
Cleanup for #1943

ci/centos7/Dockerfile
ci/centos8/Dockerfile
ci/fedora32/Dockerfile
ci/fedora33/Dockerfile
ci/ubuntu-18.04/Dockerfile
ci/ubuntu-20.04/Dockerfile
ci/ubuntu-20.10/Dockerfile

index 77ba1f20736241cf92af12ff95b258027cdee6c0..265a81fa9f2bb82b40ea2b6340c8abd4aee7bbb5 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM centos:7
 
 # Development tools
index 8f7d6dfa5206d55b4385b6161c9c1270dc392dd9..f658bd7ca743ea5ca95cd181c1a5f6bd8063fb7d 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM centos:8
 
 # Development tools
index 96dd22f2780269adaae9213e64c8a498d0e96e47..8d197135da897057b1f55d23ade86f6ba3052375 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM fedora:32
 # Development tools
 RUN yum -y groupinstall 'Development Tools' \
index 32b1583f834447ba9fd9fe7e7b92311709e2126c..79afbbb491fd6a06700f3ce964f1fecf247da37f 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM fedora:33
 
 # Development tools
index fdd60be98b2f9240e2ca110397eae2bdfd273492..79055817c9be36abb6f56ebaab5f50b6429b82e1 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM ubuntu:18.04
 
 ARG DEBIAN_FRONTEND=noninteractive
index 074371da7b1195d334fc348bcd50080ab936a206..377fdb1d4de0908f1d9822736cfc2365e3bb6d43 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM ubuntu:20.04
 
 ARG DEBIAN_FRONTEND=noninteractive
index 9bfdd2c2a073f0b1b209c87438bdb0ee0a1f393d..324d3f36095fdc627cef932e503619c86a9b53e4 100644 (file)
@@ -1,4 +1,3 @@
-# Touch the file to force a rebuild in CI
 FROM ubuntu:20.10
 
 ARG DEBIAN_FRONTEND=noninteractive