Commit e59ee7b
committed
upload-to-github: support uploading to different repositories
The idea of `upload-to-github.sh` was to attach files such as the
installer to a given tag. The net installer should be attached to a tag
of the build-extra repository, of course, but the obvious best
repository to attach Git for Windows installers is
https://github.com/git-for-windows/git.
So let's add a `--repo=<repo>` option so that we can easily upload all
generated installers and portable applications via
/usr/src/build-extra/upload-to-github.sh --repo=git \
v2.3.5.windows.4 ~/*2.3.5.4*.exe
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e3cb2f2 commit e59ee7b
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | | - | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments