Fix drone pipeline
This commit is contained in:
+8
-6
@@ -4,9 +4,11 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: builddeb
|
- name: builddeb
|
||||||
image: ubuntu:20.04
|
- image: plugins/deb
|
||||||
commands:
|
- description: Linux Compressor Humanizer
|
||||||
- tar -cvzf ../lch-0.6 ../lch-0.6.tar.gz
|
- package: lch
|
||||||
- dpkg-buildpackage -us -uc
|
- version: 0.6
|
||||||
- dpkg -i ../lch-0.6.deb
|
- maintainer: Pedro Berrocal <pberr@hatthieves.es>
|
||||||
- lch -v
|
- homepage: https://lch.hatthieves.es/
|
||||||
|
- arch: all
|
||||||
|
- auto_path: debian/
|
||||||
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
lch
|
|
||||||
Vendored
-2
@@ -1,2 +0,0 @@
|
|||||||
lch_0.6-1_amd64.buildinfo unknown optional
|
|
||||||
lch_0.6-1_amd64.deb unknown optional
|
|
||||||
Vendored
-2
@@ -1,2 +0,0 @@
|
|||||||
misc:Depends=
|
|
||||||
misc:Pre-Depends=
|
|
||||||
Vendored
-12
@@ -1,12 +0,0 @@
|
|||||||
Package: lch
|
|
||||||
Version: 0.6-1
|
|
||||||
Architecture: amd64
|
|
||||||
Maintainer: pberrocal <>
|
|
||||||
Installed-Size: 9
|
|
||||||
Section: unknown
|
|
||||||
Priority: optional
|
|
||||||
Multi-Arch: foreign
|
|
||||||
Homepage: <insert the upstream URL, if relevant>
|
|
||||||
Description: auto-generated package by debmake
|
|
||||||
This Debian binary package was auto-generated by the
|
|
||||||
debmake(1) command provided by the debmake package.
|
|
||||||
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
f6fb3e8cd3df7844952899d38c245931 usr/share/doc/lch/README.Debian
|
|
||||||
9e4b1d3d394d61a03d567beb35cc8ed9 usr/share/doc/lch/changelog.Debian.gz
|
|
||||||
706cfa6c8e208af842ddf8e4424c0363 usr/share/doc/lch/copyright
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
lch for Debian
|
|
||||||
|
|
||||||
Please edit this to provide information specific to
|
|
||||||
this lch Debian package.
|
|
||||||
|
|
||||||
(Automatically generated by debmake Version 4.3.1)
|
|
||||||
|
|
||||||
-- pberrocal <> Sat, 03 Oct 2020 18:11:23 +0200
|
|
||||||
Binary file not shown.
-28
@@ -1,28 +0,0 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: lch
|
|
||||||
Source: <url://example.com>
|
|
||||||
#
|
|
||||||
# Please double check copyright with the licensecheck(1) command.
|
|
||||||
|
|
||||||
Files: .drone.yml
|
|
||||||
README.md
|
|
||||||
TODO
|
|
||||||
bin/install.sh
|
|
||||||
bin/uninstall.sh
|
|
||||||
drone.yml
|
|
||||||
lch
|
|
||||||
lib/compressor.sh
|
|
||||||
lib/decompressor.sh
|
|
||||||
lib/installer.sh
|
|
||||||
lib/installers/deb.sh
|
|
||||||
lib/installers/pacman.sh
|
|
||||||
lib/installers/rpm.sh
|
|
||||||
lib/installers/zypper.sh
|
|
||||||
lib/resources.sh
|
|
||||||
man/lch.1
|
|
||||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
|
||||||
License: __NO_COPYRIGHT_NOR_LICENSE__
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
|
||||||
# license/copyright files.
|
|
||||||
Reference in New Issue
Block a user