forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build journal-lists.mv on deployment #653
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update base 22 for snapcraft
Apparently we now use gnome instead of 3.38 https://snapcraft.io/docs/gnome-extension
gnome-42-2204
gnome-42-2204
* Introduce SelfContainedSaveConfiguration * Fix checkstyle * Fix NPE
Allow building on arm
git-subtree-dir: buildres/abbrv.jabref.org git-subtree-split: d47628aa8ae2d7d47d5b18a82982d2246996347c
…abbrv.jabref.org'
koppor
force-pushed
the
build-journal-lists-on-deployment
branch
from
September 3, 2023 14:27
1d29c52
to
3c09f1e
Compare
Filed as JabRef#10298 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR tries to remove the binary files
journal-lists.mv
from the source code. It should be generated during the build.This PR must be merged using a merge commit. Otherwise
git subtree
won't work.Refs #360 (which asks for abbreviations also working for conferences)
Steps to prepare PR for JabRef
rm buildres/abbrv.jabref.org
git subtree add --prefix buildres/abbrv.jabref.org https://github.com/JabRef/abbrv.jabref.org.git main --squash || true
Reason: git subtree creates a merge commit, which also needs to be present in the
main
branch after merge. Thus, we want to start with a clean commit.