Repository: cloudstack Updated Branches: refs/heads/4.5 94e6b7587 -> d161642f6
make the date command actually work Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d161642f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d161642f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d161642f Branch: refs/heads/4.5 Commit: d161642f6967c92b3c3aeacdda7b920fbe67428f Parents: 94e6b75 Author: David Nalley <[email protected]> Authored: Mon Jan 12 17:46:12 2015 -0500 Committer: David Nalley <[email protected]> Committed: Mon Jan 12 17:46:12 2015 -0500 ---------------------------------------------------------------------- tools/build/build_asf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d161642f/tools/build/build_asf.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh old mode 100644 new mode 100755 index aec5b2e..45b07aa --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -108,7 +108,7 @@ echo "cloudstack ($version) unstable; urgency=low" >>$tmpfilenm echo >>$tmpfilenm echo " * Update the version to $version" >>$tmpfilenm echo >>$tmpfilenm -echo " -- the Apache CloudStack project <[email protected]> `date -j '+%a, %d %b %Y %T %z'`" >>$tmpfilenm +echo " -- the Apache CloudStack project <[email protected]> `date '+%a, %d %b %Y %T %z'`" >>$tmpfilenm echo >>$tmpfilenm cat debian/changelog >>$tmpfilenm
