From edd74ac6c1e0edbf244376da1905ba7b016fecb8 Mon Sep 17 00:00:00 2001 From: pberr Date: Sat, 3 Oct 2020 18:47:49 +0200 Subject: [PATCH] Fix drone pipeline and man page --- .drone.yml | 19 +++++++++++-------- man/lch.1 | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4325adf..1fae82b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/ \ No newline at end of file +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 \ No newline at end of file diff --git a/man/lch.1 b/man/lch.1 index 3a07529..f15079d 100644 --- a/man/lch.1 +++ b/man/lch.1 @@ -45,6 +45,6 @@ will compress file1 and file2 in file.tar.gz Report your bugs at .SH AUTHOR -\fBlch\fP are by Gustavo Adolfo Mesa Roldan , radikal , Ale Romero , m . +\fBlch\fP are by Gustavo Adolfo Mesa Roldan , radikal , Ale Romero , Pedro Berrocal , m . This document is by radikal . \ No newline at end of file