mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
HACKING tips updated.
This commit is contained in:
parent
a7574706b9
commit
a9837f3cfc
1 changed files with 17 additions and 1 deletions
16
HACKING
16
HACKING
|
@ -3,3 +3,19 @@ project:
|
|||
|
||||
./runtests.py
|
||||
|
||||
|
||||
|
||||
When developing code for tito there are a couple ways you can test:
|
||||
|
||||
"bin/tito-dev" is a script that will run code from the local checkout
|
||||
rather than what is installed on the system.
|
||||
|
||||
And of course, you can always use the installed tito to replace itself with a test build of the latest *committed* code in your git HEAD.
|
||||
|
||||
tito build --rpm --test -i
|
||||
|
||||
If you screw anything up inside tito itself, you can just:
|
||||
|
||||
rpm -e tito
|
||||
yum install tito
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue