Update to 0.0.27. From the changelog:
- Add way to configure `MOB_WIP_BRANCH_QUALIFIER` via an environment variable instead of `--branch` parameter. Helpful if multiple teams work on the same repository. - Add way to configure `MOB_WIP_BRANCH_QUALIFIER_SEPARATOR` via an environment variable. Defaults to '/'. Will change to '-' in future versions to prevent branch naming conflicts (one cannot have a branch named `mob/main` and a branch named `mob/main/green` because `mob/main` cannot be a file and a directory at the same time).
This commit is contained in:
parent
9875241a53
commit
9aa40022fd
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2020/11/13 19:26:15 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2020/11/15 17:56:45 schmonz Exp $
|
||||
|
||||
DISTNAME= ${GITHUB_PROJECT}-0.0.26
|
||||
PKGREVISION= 2
|
||||
DISTNAME= ${GITHUB_PROJECT}-0.0.27
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
|
||||
GITHUB_PROJECT= mob
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2020/10/26 10:38:28 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2020/11/15 17:56:45 schmonz Exp $
|
||||
|
||||
SHA1 (mob-0.0.26.tar.gz) = d28eb8fac308fffa76f8f394af4428a506b7e598
|
||||
RMD160 (mob-0.0.26.tar.gz) = 7876c9d2707ba8e658fa62f6749b3b2230475fe8
|
||||
SHA512 (mob-0.0.26.tar.gz) = 5a34bcd903ecaafdb1c0efb85d7a05d7c18de53aacbf8933dde01cd04e3e4621ba1568e34e22bcc1265e832440495f9f4a2bc6459399b1a7ca4bf5b531b5c9df
|
||||
Size (mob-0.0.26.tar.gz) = 22700 bytes
|
||||
SHA1 (mob-0.0.27.tar.gz) = b39e2f028767006a79710e32a1c9cc22fef9e879
|
||||
RMD160 (mob-0.0.27.tar.gz) = 72efbd4d4ae691db8f930d4747e8efe635725747
|
||||
SHA512 (mob-0.0.27.tar.gz) = dfd8a43ffdb4a64eee9ceb59a99cb5bb72413cc67d867627090c3603b93de8216cc8d2038f8aee0e12e95a4d25a723239f233cd6321fe72054d0795f3699b80a
|
||||
Size (mob-0.0.27.tar.gz) = 23507 bytes
|
||||
|
|
Loading…
Reference in a new issue