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

jool: T160: Added scripts to build jool package #346

Merged
merged 1 commit into from
May 2, 2023

Conversation

zdc
Copy link
Contributor

@zdc zdc commented May 1, 2023

Change Summary

Added scripts to build jool package

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

jool

Proposed changes

Added dependencies and build scripts for https://github.com/NICMx/Jool/

How to test

Create a new Docker image and start Jenkins build for the linux-kernel package.

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

@vyosbot vyosbot requested review from a team, dmbaturin, sarthurdev, jestabro, sever-sever and c-po and removed request for a team May 1, 2023 15:19
docker/Dockerfile Outdated Show resolved Hide resolved
Copy link
Member

@dmbaturin dmbaturin left a comment

Choose a reason for hiding this comment

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

I don't mind merging it as is, but if there's no specific compelling reason to use a commit link, let's use a tag link instead.

PACKAGE_VERSION: str = '4.1.9+bf4c7e3669'
PACKAGE_DIR: str = f'{PACKAGE_NAME}-{PACKAGE_VERSION}'
SOURCES_ARCHIVE: str = 'jool-4.1.9+bf4c7e3669.tar.gz'
SOURCES_URL: str = f'https://github.com/NICMx/Jool/archive/bf4c7e3669672367934dc50c8b257b7790f0e27e.tar.gz'
Copy link
Member

Choose a reason for hiding this comment

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

Is there a particular reason to use a commit tarball URL instead of a tag URL? Generally, a tag URL would look more obvious and easier to update.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For the history. It cannot be built without this. This is the reason why a specific commit-id is required.

@c-po c-po merged commit d9f711f into vyos:current May 2, 2023
@sarthurdev
Copy link
Member

sarthurdev commented May 2, 2023

Just to note, Jool seems to be stuck only supporting iptables.

Ref: NICMx/Jool#273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants