Topic: Move Widelands to GitHub
GunChleoc![]() Topic Opener |
Posted at:
2020-03-15, 20:14 UTC+1.0
Tada-ching! https://code.launchpad.net/~widelands-dev/+recipe/widelands-daily The daily PPA is back Thanks to Nordfriese for the mirroring Busy indexing nil values ![]() ![]() |
WorldSavior![]() |
Posted at:
2020-03-16, 14:13 UTC+1.0
Very nice, thanks! Unfortunately it didn't work yet, starting Widelands not working: "Caught exception (of type '13ImageNotFound') in outermost handler! The exception said: [/build/widelands-F_NG84/widelands-20-ppa0-bzr9213/src/graphic/image_io.h:34] Image not found: images/logos/wl-ico-128.png This should not happen. Please file a bug report on version bzr9213-202003151758(Release)." Wanted to save the world, then I got widetracked ![]() ![]() |
GunChleoc![]() Topic Opener |
Posted at:
2020-03-17, 08:18 UTC+1.0
Thanks for reporting. Should be fixed now - new builds will be ready in 1-2 hours. Busy indexing nil values ![]() ![]() |
WorldSavior![]() |
Posted at:
2020-03-17, 13:16 UTC+1.0
You're welcome It works! Excellent! Wanted to save the world, then I got widetracked ![]() ![]() |
GunChleoc![]() Topic Opener |
Posted at:
2020-03-17, 16:37 UTC+1.0
Perfect Busy indexing nil values ![]() ![]() |
Nordfriese![]() |
Posted at:
2020-04-08, 22:58 UTC+2.0
I've been thinking a bit about our automated code quality checks on travis. When there are many PRs open it can take many many hours until one's latest commit finally starts running on travis, only to see it fail due to some annoying typo in an RST or something like that, and then it takes again many many hours until the typo-fixing commit starts being built, and so on. Unfortunately this does not integrate with the formatting action. GitHub says
GitHub recommends creating a personal access token (PAT) as a secret for the action to use. For branches in the base repo (e.g. PRs from widelands:branchname to widelands:master) we could simply use bunnybot's PAT. But for branches in forks (username:branchname to widelands:master) this would make it necessary for all devs to create a PAT with write access and add it as a secret to their fork to allow our actions to use it, which probably not everybody would like. Opinions? ![]() ![]() |
niektory![]() |
Posted at:
2020-04-09, 10:57 UTC+2.0
Since one can run the tests locally I don't think it's super important. ![]() ![]() |
kaputtnik![]() |
Posted at:
2020-04-26, 13:46 UTC+2.0
I have still trouble with git. I can't keep my repo updated with the latest changes. What i have is:
and
now i want to get origin to be in sync with upstream. According to the wikipage it should be this way (at least how i understand it):
as you can see this is failing. I have also tried Any ideas? ![]() ![]() |
Nordfriese![]() |
Posted at:
2020-04-26, 14:11 UTC+2.0
Normally that should work. If it doesn't, your master history seems to be messed up somehow. What I would try in this case is to delete the local master and fetch it newly:
![]() ![]() |
kaputtnik![]() |
Posted at:
2020-04-26, 14:38 UTC+2.0
I have set up my local repo many times in the past, but the result was always the same...
All fine up to the last command:
i hate it... but maybe i am too stupid for git. ![]() ![]() |