Merge pull request 'Fix drone pipeline and man page' (#7) from 0.6r10 into 0.6-dev

Reviewed-on: https://gitea.hatthieves.es/cloud/lch/pulls/7
This commit is contained in:
Pedro Berrocal
2020-10-03 16:50:49 +00:00
2 changed files with 12 additions and 9 deletions
+11 -8
View File
@@ -1,9 +1,12 @@
pipeline: kind: pipeline
type: docker
name: default
simple: steps:
image: plugins/deb - name: builddeb
description: Linux Compressor Humanizer image: ubuntu:20.04
package: lch commands:
version: 0.6 - tar -cvzf ../lch-0.6 ../lch-0.6.tar.gz
arch: all - dpkg-buildpackage -us -uc
auto_path: debian/ - dpkg -i ../lch-0.6.deb
- lch -v
+1 -1
View File
@@ -45,6 +45,6 @@ will compress file1 and file2 in file.tar.gz
Report your bugs at <gore@hatthieves.es> Report your bugs at <gore@hatthieves.es>
.SH AUTHOR .SH AUTHOR
\fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hatthieves.es>, radikal <radikal@disroot.org>, Ale Romero <ale@hatthieves.es>, m <?@?>. \fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hatthieves.es>, radikal <radikal@disroot.org>, Ale Romero <ale@hatthieves.es>, Pedro Berrocal <pedro@hatthieves.es>, m <?@?>.
This document is by radikal <radikal@disroot.org>. This document is by radikal <radikal@disroot.org>.