-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Qubes Builder: install-templates.sh wants to install the 'same' image multiple times #1109
Comments
On 7 August 2015 at 22:23, Patrick Schleizer notifications@github.com
|
Yes. Can we make it pass only the most recent images? Or have only one image in linux-template-builder/rpm/noarch at a time? At least if it's the very same version? |
-----BEGIN PGP SIGNED MESSAGE----- On 08/08/2015 07:57 AM, Patrick Schleizer wrote:
You are the shell genius, you want to take a stab at modifying iQIcBAEBCAAGBQJVxj/AAAoJEELOese9Ajr6BkkP/j6vXkxwtw06VkxhBAwalKk2 |
I think it would be a mistake to restrict the list to the latest builds. |
Or have all out commented by default with the exception of the most recent 'same' ones?
I don't mind either way. Whoever gets to work on this first. |
…me' image multiple times'. - By default, add only newest versions to the list of files to be installed. - Add older versions commented out by default. - Do not try to install out commented versions. - Renamed variable file to file_name ['file' is a unix standard utility]. - Enabled errexit. - Refactoring, keep write variables part simpler by just writing, not determining variables contents. - use more quotes Fixes QubesOS/qubes-issues#1109.
Pull request attached. |
* origin/pr/10: - Fixed 'Qubes Builder: install-templates.sh wants to install the 'same' image multiple times'. Fixes QubesOS/qubes-issues#1109
Any idea how this can happen? User error or script bug?
The text was updated successfully, but these errors were encountered: