Skip to content

Commit

Permalink
distro UPDATE general updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 12, 2024
1 parent f2cc1c2 commit f6a5592
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 356 deletions.
2 changes: 1 addition & 1 deletion distro/pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libyang2 ({{ version }}-{{ release }}) unstable; urgency=medium
libyang3 ({{ version }}-{{ release }}) unstable; urgency=medium

* upstream packaging

Expand Down
351 changes: 0 additions & 351 deletions distro/pkg/deb/libyang3.symbols

This file was deleted.

5 changes: 1 addition & 4 deletions distro/scripts/make-archive.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash
# create archive from current source using git

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

NAMEVER=libyang-$VERSION
ARCHIVE=$NAMEVER.tar.gz
Expand Down

0 comments on commit f6a5592

Please sign in to comment.