zotero / zotero-standalone-build

Zotero client build utility
https://www.zotero.org/support/dev/client_coding/building_the_standalone_client
Other
119 stars 98 forks source link

Outdated LibreOffice integration submodule #102

Closed agkphysics closed 2 years ago

agkphysics commented 2 years ago

I believe commit e40273b282e1a904a4f51c1a7d2cfbd2a125160a made the LibreOffice submodule revert back to a commit from 2016, and I assume this was accidental?

It has caused an issue for the Arch Linux source package here since this build repo is cloned from the latest commit as per the instructions.

adomasven commented 2 years ago

Fixed in https://github.com/zotero/zotero-standalone-build/commit/8a67365e229a5e0fa5a6359305b1ddca58eafa67

Yeah, that was a mistake, sorry for causing any trouble.

dstillman commented 2 years ago

@agkphysics: Just to note, while this was certainly a mistake, there's never a guarantee that the current zotero-standalone-build commit is safe to use, so you shouldn't package it blindly from that. We generally add a tag to zotero-standalone-build whenever a Zotero version is being pushed out that includes new zotero-standalone-build commits. We hadn't done that for the last few releases — sorry! — but I've added the tag now. (As you can see, the latest is 6.0.11, meaning 6.0.11 through 6.0.13 have been based on that commit, and newer commits have not been pushed out in a stable build.)

agkphysics commented 2 years ago

@dstillman Okay thanks. I'll make it checkout the latest stable tag of this repo, as it already does for the main Zotero repo.