julesanchez / yui3-scrollview-touch

YUI3 module to render scrollview with CSS on touch devices
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Issue trying to deploy in a Gallery build #1

Open derek opened 11 years ago

derek commented 11 years ago

We ran into an issue when attempting to deploy this module in this week's Gallery build.

$ yogi info gallery-scrollview-touch
yogi [info]  using yogi@0.1.9 on node@0.10.5
yogi [info]  showing info for gallery-scrollview-touch
yogi [warn]  this is a yogi only module and will be hidden from the site
yogi [info]  verifying sha with github
yogi [ERROR] bf4f26144b34ff24f90eb55b039fd42f80733ad7 was not found on github, have you pushed it yet?

   currently in the CDN Queue since Mon Jul 22 2013

       stamp:      Mon Jul 22 2013 01:00:18 GMT-0700 (PDT)
       sha:        bf4f26144b34ff24f90eb55b039fd42f80733ad7
       repo:       git://github.com/julesanchez/yui3-gallery.git
       message:    first version : render scrollview and make first unit test

       clone this request:
           git clone git://github.com/julesanchez/yui3-gallery.git
           cd yui3-gallery/src/gallery-scrollview-touch
           git checkout bf4f261

   next cdn deployment window is Wed Jul 31 2013 13:00:00 GMT-0700 (PDT)

yogi [warn]  yogi could not find any remote test data, has a CDN request been processed yet?

But it looks like git://github.com/julesanchez/yui3-gallery isn't a valid repo. Did you intend this repository instead? If so, I believe the commands fix this would be:

yogi info gallery-scrollview-touch --set-repo=yui3-scrollview-touch
yogi info gallery-scrollview-touch --set-path=src/gallery-scrollview-touch

Let me know if you run into any issues. Thanks!

julesanchez commented 11 years ago

I executed the commands, It seems ok now.

Thanks for your help.

On 25 juil. 2013, at 01:08, Derek Gathright wrote:

We ran into an issue when attempting to deply this module in this week's Gallery build.

$ yogi info gallery-scrollview-touch yogi [info] using yogi@0.1.9 on node@0.10.5 yogi [info] showing info for gallery-scrollview-touch yogi [warn] this is a yogi only module and will be hidden from the site yogi [info] verifying sha with github yogi [ERROR] bf4f26144b34ff24f90eb55b039fd42f80733ad7 was not found on github, have you pushed it yet?

currently in the CDN Queue since Mon Jul 22 2013

   stamp:      Mon Jul 22 2013 01:00:18 GMT-0700 (PDT)
   sha:        bf4f26144b34ff24f90eb55b039fd42f80733ad7
   repo:       git://github.com/julesanchez/yui3-gallery.git
   message:    first version : render scrollview and make first unit test

   clone this request:
       git clone git://github.com/julesanchez/yui3-gallery.git
       cd yui3-gallery/src/gallery-scrollview-touch
       git checkout bf4f261

next cdn deployment window is Wed Jul 31 2013 13:00:00 GMT-0700 (PDT)

yogi [warn] yogi could not find any remote test data, has a CDN request been processed yet? But it looks like git://github.com/julesanchez/yui3-gallery isn't a valid repo. Did you intend this repository instead? If so, I believe the commands fix this would be:

yogi info gallery-scrollview-touch --set-repo=yui3-scrollview-touch yogi info gallery-scrollview-touch --set-path=src/gallery-scrollview-touch Let me know if you run into any issues. Thanks!

— Reply to this email directly or view it on GitHub.