diff options
Diffstat (limited to 'QUICKSTART')
| -rw-r--r-- | QUICKSTART | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -4,9 +4,12 @@ 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 password, if -you're asked for one). +"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 | 
