summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 21:08:03 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 21:08:03 +0100
commita2286f76c9469d8ec6b93db5c8cc05edb55dc623 (patch)
tree527f06d25de8b8c2f2ce00e6d38026bf5747f524 /bin/d-i_build.sh
parent29807df1ed720e1acabf848a3f9084f0c2c70de8 (diff)
downloadjenkins.debian.net-a2286f76c9469d8ec6b93db5c8cc05edb55dc623.tar.xz
fix stupid syntax error in d-i.yaml: url: {gitrepo} -> url: '{gitrepo}'
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 73e39b27..4f786df1 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -20,9 +20,10 @@ init_workspace() {
rm -fv *.deb *.udeb *.dsc *_*.build *_*.changes *_*.tar.gz
#
- # svn checkout and update is done by jenkins job
+ # git clone and pull is done by jenkins job
#
- svn status
+ git config -l
+ git status
}
pdebuild_package() {