diff options
| author | Micah Anderson <micah@riseup.net> | 2017-04-25 12:30:37 -0400 |
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2017-04-25 12:30:37 -0400 |
| commit | 103eff077e14314780786000c37bc529ee4fc950 (patch) | |
| tree | 083bf1e4855e2414d4299fadef49178fb019ea9e /docker/packaging/B09lintian | |
| parent | 47979a6035b590a0197732400e15d8d92b467580 (diff) | |
remove old docker packaging files, these have been replaced by
https://0xacab.org/leap/gitlab-buildpackage
Diffstat (limited to 'docker/packaging/B09lintian')
| -rw-r--r-- | docker/packaging/B09lintian | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docker/packaging/B09lintian b/docker/packaging/B09lintian deleted file mode 100644 index 069a237..0000000 --- a/docker/packaging/B09lintian +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# run lintian on the finished binary package - -apt-get install -y --force-yes lintian - -cd /tmp/buildd/*/debian/.. - -echo "START LINTIAN" -lintian || true -echo "END LINTIAN" |
