Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Hotfix 1.13.1 #126

Closed monsieurchico closed 10 years ago

geoffroy-aubry commented 10 years ago

All OK on Ubuntu.

On Mac OS X 10.9.2:

bash-4.2$ stat --printf='%Y\n' test
stat: illegal option -- -
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
bash-4.2$ date --date="@1393945123" +"%Y-%m-%d %T"
date: illegal option -- -
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]

:-/

monsieurchico commented 10 years ago

Yep, actually I installed some utils functions in macos using brew. It could be a prerequisite (same as bash 4)....

$> brew install coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt

I have to find a way to know which parameters to use in this particular case.

geoffroy-aubry commented 10 years ago

What can we do with this issue?

monsieurchico commented 10 years ago

I think we can close it. the feature 127 fixed everything I think :)