We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d1d3c commit 0ab371eCopy full SHA for 0ab371e
packagingscript.sh
@@ -5,7 +5,7 @@
5
pkgname=lp-ddns
6
7
repo="wioxjk/lp-ddns"
8
-current=$(reprepro -b /srv/repos/ list stable bashtop | head -n1 | awk '{print $3}')
+current=$(reprepro -b /srv/repos/ list stable lp-ddns | head -n1 | awk '{print $3}')
9
10
if [[ ! -d /tmp/${pkgname} ]]; then
11
git clone https://github.com/$repo /tmp/lp-ddns
@@ -23,7 +23,7 @@ if [ "$current" == "$new" ]; then
23
exit
24
fi
25
26
-echo "New BASHTOP version $current -> $new"
+echo "New LP-DDNS version $current -> $new"
27
28
STARTDIR="/tmp/${pkgname}/build"
29
DESTDIR="$STARTDIR/pkg"
0 commit comments