Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: tools/create_skia_google3_client.sh

Issue 1573223002: Remove Google3 scripts. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/git_clone_to_google3.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_skia_google3_client.sh
diff --git a/tools/create_skia_google3_client.sh b/tools/create_skia_google3_client.sh
deleted file mode 100755
index 91c1bb1feb48bbc4c7bf538facad4477fcce4940..0000000000000000000000000000000000000000
--- a/tools/create_skia_google3_client.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-# Copyright 2014 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Create a google3 CitC client in which code can be submitted to either google3
-# or Git.
-#
-# Usage:
-# ./tools/create_skia_google3_client.sh <client_name>
-
-prodcertstatus -q || (echo "Please run prodaccess." 1>&2; exit 1)
-source gbash.sh || exit 2
-
-set -e
-
-CLIENT="$1"
-g4 citc "${CLIENT}"
-cd "/google/src/cloud/${USER}/${CLIENT}/google3/third_party/skia/HEAD"
-
-REV="$(cat README.google | grep -e "^Version" | sed "s/^Version: \(.*\)/\1/")"
-
-MY_DIR="$(gbash::get_absolute_caller_dir)"
-${MY_DIR}/git_clone_to_google3.sh --skia_rev "${REV}"
-
-echo "Created client ${CLIENT} synced to ${REV}"
« no previous file with comments | « no previous file | tools/git_clone_to_google3.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698