Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upReorganize vmm-xen repository to not use hacky copy from adjacent directory #1281
Comments
marmarek
added this to the Release 3.1 milestone
Oct 6, 2015
marmarek
added
enhancement
C: xen
P: minor
labels
Oct 6, 2015
marmarek
closed this
in
marmarek/old-qubes-vmm-xen@8e6eb4f
Oct 6, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 1, 2015
Member
Automated announcement from builder-github
The package xen_4.4.3-8+deb8u1 has been pushed to the r3.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-jessie-testing
label
Nov 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 1, 2015
Member
Automated announcement from builder-github
The package xen_4.4.3-8+deb7u1 has been pushed to the r3.0 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-wheezy-testing
label
Nov 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Feb 29, 2016
Member
Automated announcement from builder-github
The package xen_2001:4.4.3-11+deb8u1 has been pushed to the r3.0 stable repository for the Debian jessie template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
r3.0-jessie-stable
and removed
r3.0-jessie-testing
labels
Feb 29, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Feb 29, 2016
Member
Automated announcement from builder-github
The package xen_2001:4.4.3-11+deb7u1 has been pushed to the r3.0 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek commentedOct 6, 2015
vmm-xenrepository uses alsocore-vchan-xenandgui-agent-xen-hvm-stubdomainto build them into stubdomain. Currently it is done using some pre-build script, which assume that those components are just next tovmm-xendirectory. This approach is non-intuitive, error-prone and hacky. Example problems:vmm-xencomponentvmm-xencomponent outside ofqubes-builderR3 branch, while having vchan from R2 branch).
The best solution seems to be usage of git submodules. Additionally this gives better version track - since submodules are pointing at exact commit, it will be obvious which vchan and gui-agent version were used for particular stubdom package version.