Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
cfc618ef
Unverified
Commit
cfc618ef
authored
Sep 08, 2020
by
Pratik Raj
Committed by
GitHub
Sep 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use git clone --depth (#26976)
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
parent
d0e980c2
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
devenv/docker/blocks/graphite1/conf/etc/my_init.d/01_conf_init.sh
+1
-1
docs/sources/tutorials/stack_guide_graphite.md
+2
-2
packages/grafana-toolkit/config/circleci/config.yml
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
+1
-1
scripts/build/prepare_signing_key.sh
+1
-1
No files found.
devenv/docker/blocks/graphite1/conf/etc/my_init.d/01_conf_init.sh
View file @
cfc618ef
...
...
@@ -30,7 +30,7 @@ fi
# - /opt/statsd
statsd_dir_contents
=
$(
find /opt/statsd
-mindepth
1
-print
-quit
)
if
[[
-z
$statsd_dir_contents
]]
;
then
git clone
-b
v0.7.2 https://github.com/etsy/statsd.git /opt/statsd
git clone
-
-depth
1
-
b
v0.7.2 https://github.com/etsy/statsd.git /opt/statsd
cp
$conf_dir
/opt/statsd/config.js /opt/statsd/config.js
fi
docs/sources/tutorials/stack_guide_graphite.md
View file @
cfc618ef
...
...
@@ -60,8 +60,8 @@ Next we will clone carbon and whisper and install these components. Whisper is j
by carbon to write metrics to disk.
cd /usr/local/src
git clone https://github.com/graphite-project/carbon.git
git clone https://github.com/graphite-project/whisper.git
git clone
--depth 1
https://github.com/graphite-project/carbon.git
git clone
--depth 1
https://github.com/graphite-project/whisper.git
cd whisper && python setup.py install && cd ..
cd carbon && python setup.py install && cd ..
...
...
packages/grafana-toolkit/config/circleci/config.yml
View file @
cfc618ef
...
...
@@ -187,7 +187,7 @@ jobs:
-
<< pipeline.parameters.ssh-fingerprint >>
-
run
:
name
:
Checkout provisioning files
command
:
git clone git@github.com:grafana/plugin-provisioning.git
command
:
git clone
--depth 1
git@github.com:grafana/plugin-provisioning.git
-
run
:
name
:
Prepare task output dir
command
:
|
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
View file @
cfc618ef
...
...
@@ -49,7 +49,7 @@ chmod +x /usr/local/bin/grabpl
apk add
--no-cache
git
# Install Mage
mkdir
-pv
/tmp/mage
$HOME
/go/bin
git clone https://github.com/magefile/mage.git /tmp/mage
git clone
--depth
1
https://github.com/magefile/mage.git /tmp/mage
cd
/tmp/mage
&&
go run bootstrap.go
mv
$HOME
/go/bin/mage /usr/local/bin
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
View file @
cfc618ef
...
...
@@ -48,7 +48,7 @@ chmod +x /usr/local/bin/grabpl
# Install Mage
mkdir
-pv
/tmp/mage
$HOME
/go/bin
git clone https://github.com/magefile/mage.git /tmp/mage
git clone
--depth
1
https://github.com/magefile/mage.git /tmp/mage
pushd
/tmp/mage
&&
go run bootstrap.go
&&
popd
mv
$HOME
/go/bin/mage /usr/local/bin
# Cleanup after yourself
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
View file @
cfc618ef
...
...
@@ -32,7 +32,7 @@ chmod +x /usr/local/bin/grabpl
# Install Mage
mkdir
-pv
/tmp/mage
$HOME
/go/bin
git clone https://github.com/magefile/mage.git /tmp/mage
git clone
--depth
1
https://github.com/magefile/mage.git /tmp/mage
pushd
/tmp/mage
&&
go run bootstrap.go
&&
popd
mv
$HOME
/go/bin/mage /usr/local/bin
# Cleanup after yourself
...
...
scripts/build/prepare_signing_key.sh
View file @
cfc618ef
...
...
@@ -2,4 +2,4 @@
set
-e
git clone git@github.com:torkelo/private.git ~/private-repo
git clone
--depth
1
git@github.com:torkelo/private.git ~/private-repo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment