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:
image: plugins/deb
description: Linux Compressor Humanizer
package: lch
version: 0.6
arch: all
auto_path: debian/
steps:
- name: builddeb
image: ubuntu:20.04
commands:
- tar -cvzf ../lch-0.6 ../lch-0.6.tar.gz
- dpkg-buildpackage -us -uc
- 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>
.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>.