diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-03 10:00:28 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-03 10:00:28 +0100 |
commit | 9c975731958260a3b529fae90d69823be956748b (patch) | |
tree | 5c47a89101bd5c6eb79f582f15d3526538170030 /jjb/common | |
parent | 2d2ce53f06bc5a2cec1569b05b08c43e0598980b (diff) |
Add missing .xml postfix
Change-Id: I0e6e0db04649780bacc94976171130f0319198d1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh index c835d397..25873455 100644 --- a/jjb/common/include-agl-build.sh +++ b/jjb/common/include-agl-build.sh @@ -133,7 +133,7 @@ if test x"porter-nogfx" = x"$MACHINE"; then fi if test ! x"" = x"$TARGETRELEASEVERSION"; then -MANIFESTMOD="-m ${TARGETRELEASEBRANCH}_${TARGETRELEASEVERSION}" +MANIFESTMOD="-m ${TARGETRELEASEBRANCH}_${TARGETRELEASEVERSION}.xml" else MANIFESTMOD="" fi |