Brian C. Lane
ab1effb98d
Automatic commit of package [lorax] release [29.27-1].
...
Created by command:
/bin/tito tag
2019-02-28 10:55:13 -08:00
Brian C. Lane
03a2c09301
Automatic commit of package [lorax] release [29.26-1].
...
Created by command:
/bin/tito tag
2019-01-30 12:04:05 -08:00
Brian C. Lane
80e35d8d0e
lorax: Move default tmp dir to /var/tmp/lorax
...
If systemd's tmpfiles.d timer is executed while lorax is running it will
remove any files and directories older than 30 days. This is what has
been causing the occasional error where /proc/ would seem to vanish
during the install.
Upstream has proposed this solution, https://github.com/systemd/systemd/pull/11482
but until that is released we need a work-around to protect the lorax
files.
This commit does several things:
* Move the default tmpdir from /var/tmp/ to /var/tmp/lorax/
* Add a lorax.conf tmpfiles.d file that prevents systemd-tmpfiles from
removing anything under /var/tmp/lorax/
* Add an exit handler to lorax so that temporary directories are removed on
exit or on a python traceback.
* Use flock to lock access to the tempdir while lorax is running.
* Remove any unlocked tempdirs named /var/tmp/lorax/lorax.* at startup
Note that the exit handler will not remove the tempdir if lorax is
killed with a signal -- those are being caught by dnf and prevent the
exit handler from running.
systemd-tmpfiles cannot clean up the tempdirs at boot time because they
contain files labeled as shadow_t, so we have to remove those when lorax
runs. It uses the flock to prevent removing any directories created by
parallel instances of lorax and only removes ones that are unlocked.
Worst case they will be around until the first run of lorax after a
reboot.
If you want to keep the working directory around for debugging purposes
use --workdir /var/tmp/lorax/my-workdir and it won't be removed by
lorax.
(cherry picked from commit e4fe1aab32
)
2019-01-29 13:58:19 -08:00
Brian C. Lane
97fa245e0c
Automatic commit of package [lorax] release [29.25-1].
...
Created by command:
/bin/tito tag
2019-01-18 09:35:12 -08:00
Brian C. Lane
635c4adefd
Automatic commit of package [lorax] release [29.24-1].
...
Created by command:
/bin/tito tag
2019-01-08 14:37:23 -08:00
Brian C. Lane
bef4d9f4a8
Automatic commit of package [lorax] release [29.23-1].
...
Created by command:
/bin/tito tag
2018-12-17 16:48:29 -08:00
Brian C. Lane
40cfaa515c
Automatic commit of package [lorax] release [29.22-1].
...
Created by command:
/bin/tito tag
2018-12-06 16:14:24 -08:00
Brian C. Lane
1d21957036
Automatic commit of package [lorax] release [29.21-1].
...
Created by command:
/bin/tito tag
2018-11-29 14:46:42 -08:00
Brian C. Lane
a357c42f2d
Automatic commit of package [lorax] release [29.20-1].
...
Created by command:
/usr/bin/tito tag
2018-10-29 15:52:25 -07:00
Brian C. Lane
49db5403b8
Automatic commit of package [lorax] release [29.19-1].
...
Created by command:
/usr/bin/tito tag
2018-10-12 16:03:19 -07:00
Brian C. Lane
5efce31772
Automatic commit of package [lorax] release [29.18-1].
...
Created by command:
/usr/bin/tito tag
2018-10-09 11:39:23 -07:00
Brian C. Lane
f86aaa5d37
Automatic commit of package [lorax] release [29.17-1].
...
Created by command:
/usr/bin/tito tag
2018-10-08 16:03:05 -07:00
Brian C. Lane
e63da65ad1
Revert "Rename composer-cli to composer"
...
This reverts commit d540ba3a23
.
It conflicts with the PHP dependency manager project named 'composer'
2018-10-08 15:51:24 -07:00
Brian C. Lane
16dccde87f
Automatic commit of package [lorax] release [29.16-1].
...
Created by command:
/usr/bin/tito tag
2018-10-05 14:55:28 -07:00
Lars Karlitski
d540ba3a23
Rename composer-cli to composer
2018-10-05 09:09:10 -07:00
Brian C. Lane
bb73d93663
Automatic commit of package [lorax] release [29.15-1].
...
Created by command:
/usr/bin/tito tag
2018-10-05 09:09:10 -07:00
Brian C. Lane
38e03dad63
Automatic commit of package [lorax] release [29.14-1].
...
Created by command:
/usr/bin/tito tag
2018-10-05 09:09:10 -07:00
Brian C. Lane
fa1ba96a73
Automatic commit of package [lorax] release [29.13-1].
...
Created by command:
/usr/bin/tito tag
2018-10-05 09:09:10 -07:00
Brian C. Lane
ed9fc1885a
Bump required dnf version to 3.2.0 for module_platform_id support
2018-10-05 09:09:10 -07:00
Brian C. Lane
7ac3e20234
Need to explicitly require python3-librepo ( #1626413 )
...
python3-dnf no longer requires it, so add it to lorax.spec
2018-09-27 15:28:57 -07:00
Brian C. Lane
55e9653cde
Automatic commit of package [lorax] release [29.12-1].
...
Created by command:
/usr/bin/tito tag
2018-08-28 13:00:22 -07:00
Brian C. Lane
e0cad3dcf8
Automatic commit of package [lorax] release [29.11-1].
...
Created by command:
/usr/bin/tito tag
2018-08-27 15:34:15 -07:00
Brian C. Lane
4e32026354
Fix tests related to blueprint name changes
2018-08-23 13:32:26 -07:00
Brian C. Lane
b1e2bbfd17
Fix bash_completion.d typo
2018-08-09 16:25:03 -07:00
Will Woods
2d01bec2b2
Add etc/bash_completion.d/composer-cli
...
Here's a bash_completion file for composer-cli! It completes known
commands, subcommands, and flags, plus arguments to flags that take
arguments, and if you've got write access to the socket it'll also
autocomplete:
* source names for commands that need source names
* blueprint names for commands that take blueprint names
* compose uuids for commands that take compose uuids
* intelligently only suggests appropriate uuids - e.g. only
suggests uuids of running composes for "compose cancel"
NOTE: bash completion scripts are horrible and this is no exception.
Please forgive me.
2018-08-07 13:00:56 -04:00
Brian C. Lane
066276ed65
Automatic commit of package [lorax] release [29.10-1].
...
Created by command:
/usr/bin/tito tag
2018-07-20 15:51:50 -07:00
Brian C. Lane
0eb823ee94
Automatic commit of package [lorax] release [29.9-1].
...
Created by command:
/usr/bin/tito tag
2018-06-27 16:15:34 -07:00
Brian C. Lane
f38f5cc168
Include example blueprints in the rpm
...
This also sets ownership of /var/lib/lorax/composer/ to root:weldr to
allow missing directories to be created at runtime.
2018-06-27 15:58:27 -07:00
Brian C. Lane
779153a1cf
Automatic commit of package [lorax] release [29.8-1].
...
Created by command:
/usr/bin/tito tag
2018-06-22 09:22:13 -07:00
Brian C. Lane
6cf4e56d2a
Automatic commit of package [lorax] release [29.7-1].
...
Created by command:
/usr/bin/tito tag
2018-06-07 09:04:15 -07:00
Brian C. Lane
a038d76f64
Automatic commit of package [lorax] release [29.6-1].
...
Created by command:
/usr/bin/tito tag
2018-06-04 16:29:18 -07:00
Brian C. Lane
1f8da3f1a7
Automatic commit of package [lorax] release [29.5-1].
...
Created by command:
/usr/bin/tito tag
2018-05-23 16:21:24 -07:00
Brian C. Lane
3edc85e0b9
Automatic commit of package [lorax] release [29.4-1].
...
Created by command:
/usr/bin/tito tag
2018-05-17 13:21:17 -07:00
Dan Horák
4a905bdfb0
really kill kernel-bootwrapper on ppc
2018-05-17 10:32:45 -07:00
Brian C. Lane
cd189aa97e
Automatic commit of package [lorax] release [29.3-1].
...
Created by command:
/usr/bin/tito tag
2018-05-14 15:32:25 -07:00
Brian C. Lane
48e318b391
Add support for systemd socket activation
...
Instead of enabling lorax-composer.service enable lorax-composer.socket
and it will start lorax-composer on first access to
/run/weldr/api.socket
2018-05-14 13:57:44 -07:00
Brian C. Lane
e6d64dad61
lorax-composer also requires tar
2018-05-14 13:00:15 -07:00
Brian C. Lane
29ceea3d05
Update setup.py for lorax-composer and composer-cli
2018-05-14 13:00:15 -07:00
Brian C. Lane
094c30eda4
Update lorax.spec for lorax-composer
...
Add new subpackages for lorax-composer and composer-cli, and new requirements.
Trim changelog
Fix a couple of un-versioned Provides
2018-05-14 13:00:14 -07:00
Brian C. Lane
8e2e0b4ed3
Automatic commit of package [lorax] release [29.2-1].
...
Created by command:
/usr/bin/tito tag
2018-05-03 09:04:25 -07:00
Brian C. Lane
1e9ae623d1
Automatic commit of package [lorax] release [29.1-1].
...
Created by command:
/usr/bin/tito tag
2018-04-09 13:44:04 -07:00
Brian C. Lane
1cf2d8fe6f
Update the URL in lorax.spec to point to new Lorax location
...
Moved to https://github.com/weldr/lorax
2018-03-19 13:44:25 -07:00
Brian C. Lane
f03933e726
Automatic commit of package [lorax] release [29.0-1].
...
Created by command:
/usr/bin/tito tag --keep-version
2018-03-15 14:06:29 -07:00
Brian C. Lane
7bc3732bda
Automatic commit of package [lorax] release [28.8-1].
...
Created by command:
/usr/bin/tito tag
2018-02-26 10:25:51 -08:00
Brian C. Lane
039c992e69
Automatic commit of package [lorax] release [28.7-1].
...
Created by command:
/usr/bin/tito tag
2018-02-23 13:24:19 -08:00
Brian C. Lane
5d21dee7c0
livemedia-creator --no-virt requires a system-logos package
...
In order to run the output templates it needs the logos package to be
installed on the host.
2018-02-23 10:19:25 -08:00
Brian C. Lane
1471ef8ad0
Automatic commit of package [lorax] release [28.6-1].
...
Created by command:
/usr/bin/tito tag
2018-02-22 17:02:19 -08:00
Brian C. Lane
80ed94dc06
Automatic commit of package [lorax] release [28.5-1].
...
Created by command:
/usr/bin/tito tag
2018-01-29 08:34:52 -08:00
Brian C. Lane
f1467ca99f
Automatic commit of package [lorax] release [28.4-1].
...
Created by command:
/usr/bin/tito tag
2018-01-17 09:40:48 -08:00
Brian C. Lane
c611bbee73
Automatic commit of package [lorax] release [28.3-1].
...
Created by command:
/usr/bin/tito tag
2018-01-03 11:44:07 -08:00