]> granicus.if.org Git - graphviz/commitdiff
CI: [nfc] remove writing of OS_ID file
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Feb 2022 06:54:56 +0000 (22:54 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Feb 2022 02:05:18 +0000 (18:05 -0800)
As of the prior commit, nothing uses this.

ci/install-packages.sh

index f6418196e54137c6822f36a932ec2bc5694cc176..1ceacfa5fa35856d3933e789e72e1cf7d0220708 100755 (executable)
@@ -12,7 +12,6 @@ else
     cat /etc/os-release
     . /etc/os-release
 fi
-printf '%s\n' "${ID}" >OS_ID
 GV_VERSION=$( cat GRAPHVIZ_VERSION )
 DIR=Packages/${ID}/${VERSION_ID}
 ARCH=$( uname -m )