Skip to content

Commit

Permalink
Added "make pull"
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Nov 12, 2024
1 parent 1bda2bf commit 755bce2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ clean-coverage:
find . -type f -name "*.gcda" -exec rm "{}" +
find . -type f -name "*.gcno" -exec rm "{}" +

pull:
git pull --rebase
if test -d ../nDPI-custom; then echo "Pulling ../nDPI-custom"; cd ../nDPI-custom; git pull --rebase; cd ../nDPI; fi

changelog:
git log --since={`curl -s https://github.com/ntop/ndpi/releases | grep datetime | head -n1 | egrep -o "[0-9]+\-[0-9]+\-[0-9]+"`} --name-only --pretty=format:" - %s" | grep "^ " > CHANGELOG.latest

Expand Down

0 comments on commit 755bce2

Please sign in to comment.