Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Johannes Schindelin cf073c660e upload-to-github: allow uploading to different orgs
This utility is useful also in this person's day job.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-05-12 16:30:08 +02:00
Johannes Schindelin e59ee7bff1 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>
2015-04-06 20:57:04 +01:00
Johannes Schindelin c81ba33dcc Mark the upload-to-github script as executable
This leaves the door open to use it in Unix-y setups.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-03-30 17:58:13 +02:00
Johannes Schindelin 5e0f23982b upload-to-github: fix auto-creation of releases
When creating a release, we really want to get only the ID of the
created issue, not the ID of the creator in addition...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-03-28 22:46:19 +01:00
Johannes Schindelin 7dfb032ecb Use the correct URL...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-03-15 20:52:33 +01:00
Johannes Schindelin f758c64d0d Add msysGit's helper to upload to GitHub
This was taken from https://github.com/msysgit/msysgit/commit/00039af4
(Rewrite upload-to-github.sh for current GitHub API).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-03-15 20:52:32 +01:00