diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 18:39:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 22:06:02 +0200 |
commit | e0faa97416aee22fa0c09f75a4040bb2bb16e2dd (patch) | |
tree | e9687d481c219a458a7ac5c39feface3c9d779d9 /conf.d/packaging/obs | |
parent | c8f5f5a7097254496b9dc8ddb458cf1fdb7169da (diff) |
Update/fix rpm and deb packagingflounder_5.99.2flounder/5.99.25.99.2
Change-Id: I576c7c02def683dc3028194e68416bfc0b167067
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/obs')
-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 554a5bf..1540fc3 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-cli</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-cli.spec</param> <param name="extract">conf.d/packaging/deb/agl-xds-cli.dsc</param> <param name="extract">conf.d/packaging/deb/agl-xds-cli.install</param> |