SebastianWendel / astack

Astack is a script to securely deploy and update Atlassians developer applications in less than five minutes, like apt or yum.
2 stars 0 forks source link

Can't get fisheye version #43

Closed tuxinaut closed 3 years ago

tuxinaut commented 11 years ago

If i run the show command, the last available version for fisheye could not be displayed.

Error message short

Can't get version from "https://my.atlassian.com/download/feeds/current/fisheye.json", script will exit.

Error message long

+ for APP in '${APPS}'
+ showApp fisheye
++ wget -qO- https://my.atlassian.com/download/feeds/current/fisheye.json
++ grep tar.gz
++ grep -Po '"zipUrl":.*?[^\\]",'
++ grep -v cluster
++ cut '-d"' -f4
++ grep -v '\-war.'
+ BIN_URL=
++ echo
++ cut -d/ -f8
+ FILE_NAME=
+ FOLDER_NAME=
+ '[' '!' x == x ']'
+ logger ERROR 'Can'\''t get version from "https://my.atlassian.com/download/feeds/current/fisheye.json", script will exit.'
++ date '+%Y-%m-%d %T'
+ TIME_STAMP='2013-02-21 20:27:23'
+ '[' ERROR == INFO ']'
+ '[' ERROR == ERROR ']'
+ '[' ERROR == INFO ']'
+ echo -e '2013-02-21 20:27:23 [ERROR] Can'\''t get version from "https://my.atlassian.com/download/feeds/current/fisheye.json", script will exit.'
+ echo -e 'Can'\''t get version from "https://my.atlassian.com/download/feeds/current/fisheye.json", script will exit.'
Can't get version from "https://my.atlassian.com/download/feeds/current/fisheye.json", script will exit.
+ exit 1