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

Allow building just one Qubes component by downloading dependencies from Qubes yum/apt repository #1909

Closed
marmarek opened this Issue Apr 15, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Apr 15, 2016

Qubes builder currently downloads only upstream (Debian/Fedora) dependencies. This means if someone want to build for example gui-agent-linux component, he/she needs to build vmm-xen and core-vchan-xen (and probably some more) first. This may be really time consuming, especially for casual contributors.
To implement this, some additional builder.conf setting will be needed, to point which repositories (if any) should be used - for which Qubes version.

@marmarek marmarek added this to the Release 3.2 milestone Apr 15, 2016

marmarek added a commit to marmarek/qubes-builder that referenced this issue Apr 15, 2016

marmarek added a commit to marmarek/qubes-builder-rpm that referenced this issue Apr 15, 2016

Option USE_QUBES_REPO_VERSION for downloading build deps from yum.q-o…
….org

This makes it easier to build just a single component.
New setting should be set to desired Qubes version (2, 3.0, 3.1 etc)

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-debian that referenced this issue Apr 17, 2016

Add support for USE_QUBES_REPO_VERSION option
Allow downloading build dependencies from deb.qubes-os.org.

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-debian that referenced this issue Apr 17, 2016

Add support for USE_QUBES_REPO_VERSION option
Allow downloading build dependencies from deb.qubes-os.org.

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-debian that referenced this issue Apr 21, 2016

Make USE_QUBES_REPO_VERSION working for template build too
This way it is possible to build template without building all the
components first.

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-rpm that referenced this issue Apr 21, 2016

Make USE_QUBES_REPO_VERSION working also for template build
This way it is possible to build template without building all the
components first.

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-rpm that referenced this issue May 18, 2016

Add option USE_QUBES_REPO_TESTING
This enable usage of testing repository set with USE_QUBES_REPO_VERSION.

QubesOS/qubes-issues#1909

marmarek added a commit to marmarek/qubes-builder-rpm that referenced this issue May 18, 2016

marmarek added a commit to marmarek/qubes-builder-rpm that referenced this issue May 18, 2016

marmarek added a commit to marmarek/qubes-builder-debian that referenced this issue Jun 1, 2016

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