mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ dslmngr ]
-------------------------------------------------------------------------------
* 2da1a3f clean-up json-files api-testing
* 21b0119 fixed invalid json
* 549a924 Fix a compilation error in testing
* c06c317 moved dependencies to shell-script instead of having them in docker file
-------------------------------------------------------------------------------
commit 2da1a3fc3d7ba2babfd88032af05c0e226e89008
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 17:14:11 +0200
clean-up json-files api-testing
Base directory -> /
test/api/json/atm.link.validation.json | 12 ------------
test/api/json/dsl.channel.validation.json | 2 +-
test/api/json/dsl.line.validation.json | 13 -------------
3 files changed, 1 insertion(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit 21b0119c090832da9f8a3e4882876649f747ed22
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 08:45:15 +0200
fixed invalid json
Base directory -> /
test/api/json/atm.link.validation.json | 3 ---
1 file changed, 3 deletions(-)
-------------------------------------------------------------------------------
commit 549a924c5f3d48db43f02b469e7261feec10c47e
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2020-08-10 12:39:18 +0200
Fix a compilation error in testing
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit c06c31728555a091f2807e64ddf7849829c57fef
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-05 15:15:41 +0200
moved dependencies to shell-script instead of having them in docker file
Base directory -> /
.gitlab-ci.yml | 9 ++++++---
gitlab-ci/install-dependencies.sh | 22 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
557f2693d3
commit
73d7e51afa
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ PKG_VERSION:=1.0.1
|
|||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=63525fe43aa57a710bb097e4c0ed496c4032db6d
|
||||
PKG_SOURCE_VERSION:=2da1a3fc3d7ba2babfd88032af05c0e226e89008
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dslmngr.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue