Skip to content

Commit

Permalink
Merge pull request #445: .github: replace recently seen logic
Browse files Browse the repository at this point in the history
I was failing to make this work because I as modifying the wrong version of the `git-update-git-for-windows` file.

I'm still struggling to show that this works when run from the task scheduler (after installing a lower version and replacing the script in one place), but it works when I manually run the script that is generated by this installer.
  • Loading branch information
derrickstolee authored Oct 14, 2021
2 parents ff86c69 + f9c9569 commit 712e3c3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,10 @@ jobs:
run: |
set -x
b=/usr/src/build-extra &&
str="recently_seen=.*\$" &&
echo $b/git-extra/git-update-git-for-windows &&
cat $b/git-extra/git-update-git-for-windows &&
b=/mingw64/bin &&
sed -i -e '/^# when confirmation to do so is given./a\
use_recently_seen=no' \
$b/git-extra/git-update-git-for-windows
sed -i -e '6 a use_recently_seen=no' \
$b/git-update-git-for-windows
- name: Set the installer Publisher to the Git Fundamentals team
shell: bash
run: |
Expand Down

0 comments on commit 712e3c3

Please sign in to comment.