Hi Hernan On Thu, Jan 25, 2018 at 10:30 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
I am following the Publishing Pillar Booklet guide from here https://github.com/SquareBracketAssociates/Booklet-PublishingAPillarBooklet
pay attention it is not public because it is in flux because we were working on Pillar 70. Now if you follow the readme of pillar-markup/pillar/ it should work since I used it yesterday. $ wget https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh
$ chmod +x download.sh $ ./download.sh
./pillar archetype book make book.
What you should know is that the stable version sucks at the infrastructure level (relying on too many servers + silent failures in bash files). Can you retry and let me know? BTW why do you want to compile Booklet-PublishingAPillarBooklet/ If you want just create your own repo and do wget https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh chmod +x download.sh ./download.sh ./pillar archetype book make book. Stef
$ git clone git@github.com:SquareBracketAssociates/Booklet-PublishingAPillarBooklet.git $ cd Booklet-PublishingAPillarBooklet/ $ wget https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh $ chmod +x download.sh $ ./download.sh
--2018-01-25 17:56:32-- http://get.pharo.org/vm50 Resolving get.pharo.org (get.pharo.org)... 164.132.235.17 Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5819 (5.7K) Saving to: 'STDOUT'
0K ..... 100% 371K=0.02s
2018-01-25 17:56:33 (371 KB/s) - written to stdout [5819/5819]
Downloading the latest pharoVM: http://files.pharo.org/get-files/50/pharo-win-stable.zip pharo-vm/Pharo.exe Downloading PharoV50.sources: http://files.pharo.org/get-files/50/sources.zip Creating starter scripts pharo and pharo-ui --2018-01-25 17:57:21-- https://github.com/pillar-markup/pillar/releases/download/50/Pillar-deployme... Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 Connecting to github.com (github.com)|192.30.253.112|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/41843105/f4e... [following] --2018-01-25 17:57:23-- https://github-production-release-asset-2e65be.s3.amazonaws.com/41843105/f4e... Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 54.231.115.35 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|54.231.115.35|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18482449 (18M) [application/octet-stream] Saving to: 'imageLn5zD.zip'
imageLn5zD.zip 10%[=> ] 1.88M 502 B/s in 8m 7s
2018-01-25 18:15:45 (3.94 KB/s) - Read error at byte 1966661/18482449 (Bad file descriptor). Retrying.
--2018-01-25 18:15:46-- (try: 2) https://github-production-release-asset-2e65be.s3.amazonaws.com/41843105/f4e... Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|54.231.115.35|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-01-25 18:15:47 ERROR 403: Forbidden.
Also the download speed was super slow.
Any ideas?
Cheers,
Hernán