Page MenuHomeFeedback Tracker

Tagged source control archives for 1.28 are not up to date
Reviewed, NormalPublic

Description

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
General
Steps To Reproduce

Event Timeline

skigoggles renamed this task from Tagged source control archives are not up to date to Tagged source control archives for 1.28 are not up to date.
bzed added a subscriber: bzed.Jun 4 2025, 10:52 PM

That also happened for the 1_27 tag, it was actually also created before the 1_27 commits were pushed.

I think there is something bugged in your release process!

Geez changed the task status from New to Assigned.Jun 5 2025, 12:01 PM
Geez changed the task status from Assigned to Reviewed.Jun 5 2025, 2:32 PM
Geez added a subscriber: Geez.

Hello.
The source code is always taken from the latest version of previous release. Usually we update the CETools but there were no changes from last update of previous release version.

bzed added a comment.Jun 5 2025, 3:41 PM

Hi @Geez

Sorry, I fail to understand your comment. Are you saying that the 1_28 tag points to the code for 1_27!?

The types and other important changes for 1.28 were pushed after the 1_28 tag, which is very confusing. Especially when you setup a dayz server the first time, you would expect to find the files for 1.28 in the 1.28 tag - which is not the case. This is totally odd.

Please consider using a versioning / tagging scheme that follows at least slightly common software development standards.

Or just use branches and keep them updated for the appropriate release, then you could also provide the appropriate changes for experimental without messing with the last stable release.

Thanks,

Bernd

Geez added a comment.Jun 5 2025, 4:20 PM

What we are saying is that usually we update CETools when creating new release. As there are no changes in CETools the source code for 1.28 is same as the latest update for 1.27.
You can always download latest/specific update.

bzed added a comment.Jun 5 2025, 6:00 PM

@Geez not talking about CEtools here, but about the mission files.

Geez added a comment.Jun 6 2025, 12:02 PM

Thank you.
The tag issue has been fixed and our update process will be edited to prevent this issue for future updates.