| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.
The following temporary change was made to the core:
diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))
COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
all:
FORCE: ;
And this command used to fix affected packages:
for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
make package/$i/download
done
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
|
|
|
|
|
|
| |
needed after libyang update
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
|
|
| |
Ninja was merged to base and therefore we can now use normal cmake.mk
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Switch to AUTORELEASE for simplicity.
Switch to building with Ninja for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|
|
|
|
|
|
| |
* The default local-adress makes Netopeer2-server listen on ipv4 only.
We change it to :: in order to listen on ipv6 as well as ipv4.
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|
|
|
|
|
|
| |
PR includes switch to codeload tarballs and rename from netopeer2 to
Netopeer2 for better codeload integration.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
|
|
|
|
|
|
|
|
| |
This patch add's a new cmakefile which builds other cmakefiles and
simplifies the Makefile, also it renames the yang files so
sysrepoctl does not create duplicates.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
|
|
|
|
|
|
| |
Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|\
| |
| | |
packages: cleanup Makefile variables
|
| |
| |
| |
| |
| |
| | |
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
|
|/
|
|
| |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|