2021-12-19 11:45:11 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update gh to 2.3.0.
We've made a significant change to gh's extension system. Now, extension
authors can work in a precompiled language like Go and ship pre-compiled
binaries of their extensions via release assets.
To get started, run gh extension create.
The gh repo create command now has distinct usages for creating a repository
from scratch and creating one from a local git repository.
Create a new repository on GitHub from scratch and clone it locally with
$ gh repo create myrepo --public --clone
Upload an existing local repository with
$ gh repo create myrepo --source=path/to/repo --public
Other new features
- Add command gh auth setup-git for setting up gh-cli as git cred helper
- Add gh config list
- Add new flag gh secret set --no-store to print the encoded secret
- Adding release download for.zip and .tar.gz archives
- gh repo rename
|
2021-12-09 18:50:21 by Benny Siegert | Files touched by this commit (102) | |
Log message:
Revbump all Go packages after go117 update
|
2021-11-15 19:09:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gh: use BLAKE2s
|
2021-11-05 21:02:50 by Benny Siegert | Files touched by this commit (97) | |
Log message:
Revbump all Go packages after go117 update
|
2021-10-27 08:52:16 by Benny Siegert | Files touched by this commit (3) | |
Log message:
gh: update to 2.2.0.
The new gh codespace commands allow creating, listing, connecting to, and \
otherwise managing your codespaces.
# list your codespaces
$ gh codespace list
# create a new codespace
$ gh codespace create --repo cli/cli
# start an interactive shell within a codespace
$ gh codespace ssh
What's new:
- Add repo delete command
- Add run cancel command
- Add gpg-key management commands
- Support logging in to github.localhost
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-11 14:27:02 by Tobias Nygren | Files touched by this commit (1) |
Log message:
gh: remove redundant do-install, INSTALLATION_DIRS, CHECK_RELRO_SKIP
|
2021-10-08 20:55:13 by Benny Siegert | Files touched by this commit (96) | |
Log message:
Revbump all Go packages after go117 update
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | |
Log message:
Revbump all Go packages after go117 update
|