aboutsummaryrefslogtreecommitdiff
path: root/QUICKSTART
blob: f03c75066acf388bfcef73176f80a3ecc1ed11f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
See README for install instructions. Once you have
sbo-maintainer-tools installed:

You can lint the build you're working on currently by running
"sbolint" while cd'ed into its directory.

If you're about to upload a tarball to the SBo upload form, you can
lint it first by running "sbolint <build>.tar.gz".

You can lint the *package* (if you've already built one) by running
"sbopkglint" in the build directory (and entering your user's
password, if you're asked for one).

You can also lint any package by giving its filename as an argument
to sbopkglint. If you have a bunch of already-built packages, you can
lint them all at once with e.g. "sbopkglint /tmp/*.tgz".

sbolint and sbopkglint each have extensive man pages and --help
output, which you'll want to read to learn to use the tools
effectively.

You should also read the sbo-maintainer-tools README, if you haven't
already. In particular, the README tells you how to set up the git
hook (which is *very* handy, if you use git).