summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-23 19:04:11 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-23 19:05:13 +0100
commit3330f39b86f91ae8714e09afac6a6d74394da2b6 (patch)
treece697f51ebcc48b7b5c3f85096c6d35c19c43068
parent21a3e9bcd93888d6930d100fea39b0dc727306de (diff)
Correct git repo location and add gitignore
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--.gitignore1
-rwxr-xr-xmake-yaml-files.sh23
2 files changed, 22 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1e82fc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.yaml
diff --git a/make-yaml-files.sh b/make-yaml-files.sh
index 08982b7..a7857aa 100755
--- a/make-yaml-files.sh
+++ b/make-yaml-files.sh
@@ -1,5 +1,24 @@
#!/bin/bash
+# Copyright (C) 2013, Linaro Limited.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Author: Andrew McDermott <andrew.mcdermott@linaro.org>
+#
+
progname=$(basename $0)
function test_setup_content() {
@@ -14,7 +33,7 @@ function test_setup_content() {
#
# which can be found in the following repo:
#
-# git://git.linaro.org/...
+# git://git.linaro.org/leg/openjdk/jtreg-lava-scripts
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
@@ -77,7 +96,7 @@ function yaml_content() {
#
# which can be found in the following repo:
#
-# git://git.linaro.org/...
+# git://git.linaro.org/leg/openjdk/jtreg-lava-scripts
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#