bullgit.github.io icon indicating copy to clipboard operation
bullgit.github.io copied to clipboard

Website don't fetch new repos

Open LukyVj opened this issue 10 years ago • 13 comments

Hey gitches, as mentionned by @mischah, it seems the website doesn't fetch the repos anymore.

@dervondenbergen @Haroenv Is the Front-page file ok ?

LukyVj avatar Jan 12 '16 10:01 LukyVj

I just looked, and the page looks fine for me.

dervondenbergen avatar Jan 12 '16 11:01 dervondenbergen

What do you mean by "the page" ? Do you see "Blah-code" on www.bullg.it ?

LukyVj avatar Jan 12 '16 11:01 LukyVj

Oh, you're right, weird.

dervondenbergen avatar Jan 12 '16 11:01 dervondenbergen

Maybe it has something to do with repo settings?!?

mischah avatar Jan 12 '16 12:01 mischah

Or is this cached somewhere? Maybe the Jekyll site needs to be regenerated?

mischah avatar Jan 12 '16 12:01 mischah

@bullgit/gitches

With pushing just a little something (8b45067) to master the repos are updated.

So repos aren’t fetched automatically :cry:

mischah avatar Jan 12 '16 13:01 mischah

This could be a good motivation to enhance the site :laughing:

mischah avatar Jan 12 '16 13:01 mischah

I just sent a support message to GitHub, as there should be a way to rebuild a Jekyll site, without having to change some file.

dervondenbergen avatar Jan 12 '16 13:01 dervondenbergen

Thanks for taking care :kissing_heart:

mischah avatar Jan 12 '16 14:01 mischah

I think jekyll-github-metadata isn't the very newest data. I'll open up an issue there too (https://github.com/jekyll/github-metadata/issues/25)

Haroenv avatar Jan 12 '16 17:01 Haroenv

Possible fix: make a node/whatever service that runs on the uberspace and will update a random file (update_this.txt) every time a new repository is made? @dervondenbergen

Haroenv avatar Jan 28 '16 08:01 Haroenv

@Haroenv there a github webhook which is triggered on every new created repository

A simple node service somewhere that commit to this repo every time a new repository is created should do the trick, i think ?

yadomi avatar Jan 28 '16 09:01 yadomi

Yeah, that was what I was thinking of too

Haroenv avatar Jan 28 '16 09:01 Haroenv