The International Simutrans Forum

PakSets and Customization => Pak128 => Topic started by: Yona-TYT on January 03, 2025, 09:48:11 PM

Title: svn has lost the configuration (username and password)
Post by: Yona-TYT on January 03, 2025, 09:48:11 PM


I modified workflow to have a "Run workflow" button and thus update the builds manually in case the tutorial is updated.
https://github.com/simutrans/pak128/commit/ebabf9653658fd42566869ac9e7a966b2302321d
photo_2025-01-03_17-47-44.jpg


But this deleted the svn configuration (username and password) from the secrets.

I can fix it, but then I would have to use the organization repo "https://github.com/simutrans/simutrans" since it does not ask for a username or password for access.

Title: Re: svn has lost the configuration (username and password)
Post by: prissi on January 04, 2025, 04:20:37 AM
As so often, I have no idea what you want to achieve. For rebuilding, one could rerun the build script. Why should anybody else who is not owner press this button? What svn configuration? pak128 does not talk to the svn.

Maybe message me more details so I can understand and probably fix this.
Title: Re: svn has lost the configuration (username and password)
Post by: Yona-TYT on January 04, 2025, 04:56:38 AM
Quote from: prissi on January 04, 2025, 04:20:37 AMWhat svn configuration? pak128 does not talk to the svn.
svn://servers.simutrans.org/simutrans is used to build makeobj

I've moved it to the simutrans organization repo on github, now builds work again:

https://github.com/simutrans/pak128/commit/add421d833e23f5de2597f61f529de3fede7702c#diff-ec263e44e6e334d19ea22d864a7ef50959e61a8d7df6188c4783d5d7df7b82acL22

Screenshot 2025-01-04 at 00-56-32 Nightly build Ubuntu · Workflow runs · simutrans_pak128.png



Quote from: prissi on January 04, 2025, 04:20:37 AMWhy should anybody else who is not owner press this button?
Only those who are authorized can see this button, in case of changes in makeobj or the tutorial, a compilation can be done manually, this can be useful.
Title: Re: svn has lost the configuration (username and password)
Post by: prissi on January 04, 2025, 07:10:00 AM
Why? Changes in makeobj does not need pakset rebuilds. Rather the makeobj from last stable would make more sense. The nightlies from githab are not the one I upload, those are made by "make" on my computer. And you can just rerun the pak128 workflow, use the right mousebutton.

Moreover, the master repo is still the svn and anonymous checkouts do not need a password.

Finally, the text update and the github translation update download different files.

Thus, on has to fix the makefile built. I will do that.