Skip to content

Commit

Permalink
Use commit id instead of tag id and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueve committed Oct 30, 2020
1 parent 0659628 commit 92c9655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/openssh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
rm -rf ./openssh-server
git clone https://salsa.debian.org/ssh-team/openssh.git openssh-server
pushd ./openssh-server
git checkout -b openssh-src -f debian/1\%$(OPENSSH_VERSION)

# Check out tag: debian/1%7.9p1-10+deb10u2
git checkout -b openssh-src -f 6d9ca74c48d9911342c6ca5aaac8a25974fa2619

# Apply patch series
stg init
Expand Down

0 comments on commit 92c9655

Please sign in to comment.