webhook 2.8.0-3 source package in Ubuntu

Changelog

webhook (2.8.0-3) unstable; urgency=medium

  * Source only upload for migration to testing

 -- Free Ekanayaka <email address hidden>  Sat, 25 Sep 2021 10:40:34 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
webhook_2.8.0-3.dsc 2.1 KiB b779141b21301cf35dca414ae1cf6e8ba8cd414cb34e796d15d593d905e8a0f1
webhook_2.8.0.orig.tar.gz 1.6 MiB c521558083f96bcefef16575a6f3f98ac79c0160fd0073be5e76d6645e068398
webhook_2.8.0-3.debian.tar.xz 3.9 KiB dbd31f98ec6e1206e131ec2c0c5ed0bb07c593f58b1bdae9ab93da9dc8a4e88d

No changes file available.

Binary packages built by this source

webhook: Small server for creating HTTP endpoints (hooks)

 Webhook is a lightweight configurable tool written in Go, that
 allows you to easily create HTTP endpoints (hooks) on your
 server, which you can use to execute configured commands. You
 can also pass data from the HTTP request (such as headers,
 payload or query variables) to your commands. webhook also
 allows you to specify rules which have to be satisfied in
 order for the hook to be triggered.
 .
 For example, if you're using Github or Bitbucket, you can
 use webhook to set up a hook that runs a redeploy script
 for your project on your staging server, whenever you push
 changes to the master branch of your project.

webhook-dbgsym: debug symbols for webhook