Skip to content

Commit c21b066

Browse files
authored
Merge pull request #4814 from jestabro/exn-alert
T7915: minor fixes for consistent exception handling and error messages
2 parents 6140414 + 1288852 commit c21b066

File tree

3 files changed

+260
-62
lines changed

3 files changed

+260
-62
lines changed

libvyosconfig/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ all: sharedlib
4242
PHONY: depends
4343
depends:
4444
sudo sh -c 'eval $$(opam env --root=/opt/opam --set-root) ;\
45-
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#80e28b1e191fe6f518f7b1ee3d77e672f7397159 -y ; \
46-
opam pin add vyconf https://github.com/vyos/vyconf.git#5dccf240c3024b1cebb69ecd60a8cb725990c885 -y'
45+
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#6e2a6efc5de6c2e395df377fcd273231ad8ed683 -y ; \
46+
opam pin add vyconf https://github.com/vyos/vyconf.git#591dd5ee3dc353655a3c9b17eababaf0864c5514 -y'
4747

4848
sharedlib: depends $(BUILDDIR)/libvyosconfig$(EXTDLL)
4949

0 commit comments

Comments
 (0)