1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-02 06:36:21 +02:00

Enabled extended regular expressions for sed and improved regular expression for matching

This commit is contained in:
Pavel Odintsov 2022-04-29 20:51:22 +01:00
parent 5e9634d5c2
commit 36a3229d8d

View File

@ -13,7 +13,7 @@ jobs:
- run: apt install -y dpkg-dev pbuilder
- run: git clone https://github.com/pavel-odintsov/fastnetmon
- run: git clone https://salsa.debian.org/debian/fastnetmon.git fastnetmon-debian-salsa
- run: tar -czf fastnetmon_$(head -n 1 fastnetmon-debian-salsa/debian/changelog|awk '{print $2}'|sed 's/[()]//g' | sed 's/\-[0-9]+$//').orig.tar.gz fastnetmon
- run: tar -czf fastnetmon_$(head -n 1 fastnetmon-debian-salsa/debian/changelog|awk '{print $2}'|sed 's/[()]//g' | sed -E 's/(\-[0-9]+)?$//').orig.tar.gz fastnetmon
- run: ls -la
- run: cd fastnetmon && rm -rf debian && cp -a ../fastnetmon-debian-salsa/debian/ . && dpkg-buildpackage -S -sa -d
build_docker: