Skip to content

Commit 92c9655

Browse files
committed
Use commit id instead of tag id and add comment
1 parent 0659628 commit 92c9655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/openssh/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1010
rm -rf ./openssh-server
1111
git clone https://salsa.debian.org/ssh-team/openssh.git openssh-server
1212
pushd ./openssh-server
13-
git checkout -b openssh-src -f debian/1\%$(OPENSSH_VERSION)
13+
14+
# Check out tag: debian/1%7.9p1-10+deb10u2
15+
git checkout -b openssh-src -f 6d9ca74c48d9911342c6ca5aaac8a25974fa2619
1416

1517
# Apply patch series
1618
stg init

0 commit comments

Comments
 (0)