Skip to content

Commit f6a5592

Browse files
committed
distro UPDATE general updates
1 parent f2cc1c2 commit f6a5592

File tree

3 files changed

+2
-356
lines changed

3 files changed

+2
-356
lines changed

distro/pkg/deb/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libyang2 ({{ version }}-{{ release }}) unstable; urgency=medium
1+
libyang3 ({{ version }}-{{ release }}) unstable; urgency=medium
22

33
* upstream packaging
44

distro/pkg/deb/libyang3.symbols

Lines changed: 0 additions & 351 deletions
This file was deleted.

distro/scripts/make-archive.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/bin/bash
22
# create archive from current source using git
33

4-
VERSION=$(git describe --tags --always)
5-
# skip "v" from start of version number (if it exists) and replace - with .
6-
VERSION=${VERSION#v}
7-
VERSION=${VERSION//[-]/.}
4+
VERSION=$(git log --oneline -n1 --grep="^VERSION" | rev | cut -d' ' -f1 | rev)
85

96
NAMEVER=libyang-$VERSION
107
ARCHIVE=$NAMEVER.tar.gz

0 commit comments

Comments
 (0)