diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 11:02:14 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 11:28:46 +0200 |
commit | f15da97e8b45d86d59fa42affd03ceff52b94849 (patch) | |
tree | 57ea38da6f03e2964991603e87197e419b29a122 | |
parent | f870de867b43bfb1220067f81c11395438fb2863 (diff) |
Fix REVISION tag and rename obs service template
_service.in is a template so file extention must be .in
Change-Id: Ia93058b5c505a118fd00208c1ce7654f4b2d3daf
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r-- | conf.d/packaging/obs/_service.in (renamed from conf.d/packaging/obs/_service) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/obs/_service b/conf.d/packaging/obs/_service.in index a28cd50..4e6aed5 100644 --- a/conf.d/packaging/obs/_service +++ b/conf.d/packaging/obs/_service.in @@ -3,7 +3,7 @@ <param name="url">https://gerrit.automotivelinux.org/gerrit/src/xds/xds-server</param> <param name="scm">git</param> <param name="version">@VERSION@</param> - <param name="revision">@REVISON@</param> + <param name="revision">@REVISION@</param> <param name="extract">conf.d/packaging/rpm/agl-xds-server.spec</param> <param name="extract">conf.d/packaging/deb/agl-xds-server.dsc</param> <param name="extract">conf.d/packaging/deb/agl-xds-server.install</param> |