aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms
diff options
context:
space:
mode:
authorGravatar skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>2018-04-23 12:49:54 +0000
committerGravatar Mike Klein <mtklein@google.com>2018-04-23 13:16:53 +0000
commit4ad8a179cb19178e37e17fda0210362acf727f24 (patch)
tree985ba1cab0706564f29c83091d9c98e356efa5ae /third_party/skcms
parent12606e11e90f682abcd496ed2e2cba98e722a39b (diff)
Roll skia/third_party/skcms e658346..c4941e8 (1 commits)
https://skia.googlesource.com/skcms.git/+log/e658346..c4941e8 2018-04-19 mtklein@chromium.org copy BUILD.gn into skcms repo The AutoRoll server is located here: https://skcms-skia-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=stani@google.com Change-Id: Ia87cbb4641b91d1b8d24eeef4f720273936313c4 Reviewed-on: https://skia-review.googlesource.com/122929 Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'third_party/skcms')
-rwxr-xr-xthird_party/skcms/roll.sh34
-rwxr-xr-x[-rw-r--r--]third_party/skcms/version.sha12
2 files changed, 1 insertions, 35 deletions
diff --git a/third_party/skcms/roll.sh b/third_party/skcms/roll.sh
deleted file mode 100755
index 34bdab3f0c..0000000000
--- a/third_party/skcms/roll.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-# Copyright 2018 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-set -e
-#set -x
-
-here=$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)
-skcms=$(mktemp -d)
-
-if [ "$#" == "0" ]; then
- git clone --quiet --depth 1 https://skia.googlesource.com/skcms.git $skcms
-else
- git clone --quiet https://skia.googlesource.com/skcms.git $skcms
- git -C $skcms checkout $1
-fi
-
-git rm --quiet $here/LICENSE
-git rm --quiet $here/skcms.h
-git rm --quiet $here/skcms.c
-git rm --quiet -r $here/src
-
-cp $skcms/LICENSE $here
-cp $skcms/skcms.h $here
-cp $skcms/skcms.c $here
-cp -r $skcms/src $here
-
-git add $here
-git commit -m "skcms→$(git -C $skcms log -1 --pretty=format:'%h %s')"
-
-rm -rf $skcms
diff --git a/third_party/skcms/version.sha1 b/third_party/skcms/version.sha1
index c8350ac23a..0c85a1f7f3 100644..100755
--- a/third_party/skcms/version.sha1
+++ b/third_party/skcms/version.sha1
@@ -1 +1 @@
-e658346e2e002301d38573ecce31394058a6da08
+c4941e8c027c3e78ee56785fc1a90d10666671c9 \ No newline at end of file