Skip to content

Commit

Permalink
Fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Apr 13, 2024
1 parent 36cc66b commit 5198924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions release-proxy-deb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ rm -rf a2tools && \
cd a2tools/src && \
dpkg-buildpackage -us -uc -rfakeroot && \
cd .. && \
reprepro includedeb bullseye *.deb && \
reprepro includedsc bullseye *.dsc && \
reprepro sync"
reprepro --basedir /home/reprepro/debian includedeb bullseye *.deb && \
reprepro --basedir /home/reprepro/debian includedsc bullseye *.dsc && \
reprepro-sync"
2 changes: 1 addition & 1 deletion src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a2tools (2.3.0.1) bionic; urgency=medium
a2tools (2.3.0.2) bionic; urgency=medium

* New protocol (13)
* A/V streaming
Expand Down

0 comments on commit 5198924

Please sign in to comment.