diff options
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 67810d2..9e5b83b 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -37,7 +37,7 @@ ABSLIBREDEST="$WORKDIR/staging/abslibre" ################################################################################ ## Where to upload packages to -# '/staging/' is appended; this is for compatability with previous versions. +# '/staging/' is appended; this is for compatibility with previous versions. REPODEST=repo@repo:/srv/http/repo/staging/$LIBREUSER ## Assumes something similar in your .ssh/config: # Host repo @@ -72,7 +72,7 @@ FULLBUILDCMD="sudo libremakepkg" #FULLBUILDCMD="makepkg -sL --noconfirm" # Locally release the package or any other action after running FULLBUILDCMD -# succesfully. When run, it is given a repository name as a single argument. +# successfully. When run, it is given a repository name as a single argument. HOOKLOCALRELEASE="librestage" #HOOKLOCALRELEASE="mipsrelease" |