diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-04-13 13:55:06 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-04-13 13:55:06 +0200 |
commit | 82a18aa416ff6535ff49071a12a7d8727ff24877 (patch) | |
tree | cce17ec1a3eccc22147591b3b5b740f84d32323e | |
parent | c68d4632d66614eab7f760984ecf624ce6a048df (diff) | |
download | jenkins.debian.net-82a18aa416ff6535ff49071a12a7d8727ff24877.tar.xz |
fix description of rebootstrap_arm64_gcc49
-rw-r--r-- | job-cfg/rebootstrap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml index 1706dbf2..396f48f5 100644 --- a/job-cfg/rebootstrap.yaml +++ b/job-cfg/rebootstrap.yaml @@ -69,7 +69,7 @@ - '{name}_arm64_gcc49': my_arch: 'arm64' my_params: 'GCC_VER=4.9' - my_description: 'Verfy bootstrappability of Debian on arm64' + my_description: 'Verfy bootstrappability of Debian usging gcc-4.9 on arm64' - '{name}_m68k': my_arch: 'm68k' my_params: '' |