I hereby claim:
- I am dbinary on github.
- I am binary (https://keybase.io/binary) on keybase.
- I have a public key whose fingerprint is 29C9 F364 3A27 3BD4 5A0E D9D8 F05E 47A3 93AF FBE6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.
Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.
If in doubt about what git is doing when you run these commands, just
| diff --git a/.SRCINFO b/.SRCINFO | |
| index 1fbb6bf..5cb9c97 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,6 +1,6 @@ | |
| pkgbase = advanced-rest-client | |
| pkgdesc = A developer tool to test a HTTP request. The Advanced REST Client desktop application. | |
| - pkgver = 13.0.7 | |
| + pkgver = 15.0.0 | |
| pkgrel = 1 |
| diff --git a/.SRCINFO b/.SRCINFO | |
| index 8465e28..60f3c67 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,6 +1,6 @@ | |
| pkgbase = session-desktop-bin | |
| pkgdesc = Private messaging from your desktop | |
| - pkgver = 1.0.1 | |
| + pkgver = 1.0.2 | |
| pkgrel = 1 |
| # Maintainer: Yasuo Ozu <yasuo@ozu.email> | |
| pkgname=goneovim | |
| pkgver=0.4.6 | |
| pkgrel=1 | |
| arch=(x86_64) | |
| pkgdesc='Neovim GUI written in Golang, using a Golang qt backend' | |
| url='https://github.com/akiyosi/goneovim' | |
| license=(MIT) | |
| depends=(neovim glibc gcc-libs libx11 nss nspr fontconfig freetype2 expat zlib libglvnd libxcb) |
| using System; | |
| using System.Collections.Generic; | |
| namespace cunada | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| trap cleanup SIGINT SIGTERM ERR EXIT | |
| script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P) | |
| usage() { | |
| cat <<EOF | |
| Usage: $(basename "${BASH_SOURCE[0]}") [-h] [-v] [-f] -p param_value arg1 [arg2...] |
#-----------------
[C6.10-base]
name=CentOS-6.10 - Base
baseurl=http://vault.centos.org/6.10/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1