Skip to content
Snippets Groups Projects

Use a user-specific directory for tito builds

Merged Laurent Petre requested to merge feature/independent-tito-directories into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -54,7 +54,7 @@ The software is deployed on the machines as RPM packages.
Maintainers can build test packages locally with the `tito` program:
```
tito build --offline --rpm --test
tito build -o $TMPDIR/tito --offline --rpm --test
```
Developers are encouraged to test the RPM package build when introducing changes in the build system or the SPEC file.
Loading