-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The update bot doesnt work very well #72
Comments
The issue seems to be in the script used by Travis: https://travis-ci.org/47deg/org/jobs/465623267#L790 git push using: https://47deg:[secure]@github.com/47deg/47deg.github.io.git master
To https://github.com/47deg/47deg.github.io.git
! [rejected] 1bd0462e8f9ccbfc07d5dd0729a349784f1c9b94 -> master (non-fast-forward)
error: failed to push some refs to 'https://47deg:[secure]@github.com/47deg/47deg.github.io.git'
hint: Updates were rejected because the tip of your current branch is behind |
I'll take a look 👀 |
Should be fixed now, see the last build |
Thanks @purrgrammer ❤️ ! |
This is happening again on the website (https://47deg.github.io/). For example, Arrow has now 2400 stars and it appears only 1157 |
Yeah, it seems this is failing again. any ideas what would be the cause @purrgrammer ? |
This is a bit strange, since I can see the generated HTML code for Arrow with 2000+ stars but it seems GitHub is serving an old version for some reason. <h2 data-reactid="98">arrow</h2>
<p data-reactid="99">Functional companion to Kotlin's Standard Library</p>
<ul data-reactid="100">
<li data-reactid="101"><span class="octicon octicon-code" data-reactid="102"></span><span data-reactid="103">Kotlin, Java</span></li>
<li data-reactid="104"></li>
<li data-reactid="105">
<span class="octicon octicon-git-branch" data-reactid="106"></span>
<span data-reactid="107">171</span></li>
<li data-reactid="108"></li>
<li data-reactid="109">
<span class="octicon octicon-star" data-reactid="110"></span>
<span data-reactid="111">2191</span></li> I'm investigating the issue, will keep you posted. |
I've discovered that the Pages feature in GitHub has changed a bit since we wrote For publishing this under 47deg.github.io, we'd need to create a repository named |
Hi! Just my two cents, as it is part of the 47º webiste, I think it would be much better if we set the domain for org under our own 47deg.com umbrella (opensource.47deg.com or something like that). @justinelsberry is gonna transfer the domain to Google Domain soon, when that's done, if you agree we can go through this quickly. |
👍 Setting up a custom domain should be straightforward. Changed the repo name to I'm going to trigger a rebuild to have the initial HTML updated. |
It seems that renaming the repository had an unintended consequence: it changed the Github Pages configuration to serve the website from I've contacted GitHub support to address this issue, seems like a bug on their side. |
I think it is because of the name, if it's the user or organization one, it must be served from the master branch: https://help.github.com/en/articles/user-organization-and-project-pages |
So, if I understood correctly, we should use the What I'm suggesting to do is:
|
While that would be a very clever thing that I would have never come up to, I find it a bit cumbersome still. My proposal would be:
Anyway, maybe the best option will depend on the number of sites beyond 47deg.com pointing to 47deg.github.io, thoughts @MaureenElsberry @jorgegalindocruces? |
I'm now just seeing this somehow 1.5 months later 😯 I'm super slammed with stuff right now, but have added a task for myself to review site-links. I'll keep ya posted and try to get to this next week, it's in the queue! |
Looks like the bot is committing new changes every day but it doesn't work properly because there is a lack of update information in the stars that are showing with the real ones.
The text was updated successfully, but these errors were encountered: