Skip to content
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

Upload source with gitmodules on release #1536

Closed
wants to merge 1 commit into from
Closed

Upload source with gitmodules on release #1536

wants to merge 1 commit into from

Conversation

Johnnynator
Copy link

See #1451

Uploading a tar ball with submodules also makes live easier for linux distros which do not do git clones for package builds.

@sudormrfbin
Copy link
Member

There's #1560 open which replaces the submodule mechanism.

Comment on lines +122 to +124
sudo apt-get update -qq -y
sudo apt-get install -qq -y python3-pip python3
sudo pip3 install git-archive-all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like the extra dependencies here. Since the submodules are already checked out it should be enough to package helix-syntax/languages/*. Let's hold off on this until we decide on #1560 though

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, for this case it should hopefully be simple enough to use tar with --exclude-vcs

@archseer
Copy link
Member

We're going ahead with #1659

@archseer archseer closed this Feb 25, 2022
@Johnnynator Johnnynator deleted the source branch February 25, 2022 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants