This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: /usr/ports/multimedia/tovid/Makefile | |
| =================================================================== | |
| --- /usr/ports/multimedia/tovid/Makefile (revision 0) | |
| +++ /usr/ports/multimedia/tovid/Makefile (working copy) | |
| @@ -0,0 +1,37 @@ | |
| +# Created by: grepper <[email protected]> | |
| +# $FreeBSD$ | |
| + | |
| +PORTNAME= tovid | |
| +#PORTVERSION= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # .git/hooks/post-commit | |
| githome="/home/robert/git/projects/tovid" | |
| cd "$githome" | |
| # only run when we are on master branch | |
| # a release branch will have the version hard-coded | |
| Status=$(git status | awk '{ print $NF ; exit }') |