Commit 741a618
committed
Add a function to determine whether a package has been deployed completely
In git-for-windows/git#4567 it was pointed out
that Git LFS v3.3.0 is shipped with Git for Windows v2.42.0, but the
release notes state that the current version is v3.4.0.
In preparation for making `/add relnote` a bit safer to use, introduce
the functionality in the GitForWindowsHelper GitHub App to determine
whether a given version of a given package has been deployed, and if
not, which parts are missing (indicated by the respective Pacman
repository URL(s)).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e5b5533 commit 741a618
2 files changed
Lines changed: 41 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
110 | 136 | | |
111 | 137 | | |
112 | 138 | | |
113 | 139 | | |
114 | 140 | | |
115 | 141 | | |
116 | | - | |
| 142 | + | |
| 143 | + | |
117 | 144 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
0 commit comments