webhook 2.8.0-4build1 source package in Ubuntu

Changelog

webhook (2.8.0-4build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:19:05 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
webhook_2.8.0.orig.tar.gz 1.6 MiB c521558083f96bcefef16575a6f3f98ac79c0160fd0073be5e76d6645e068398
webhook_2.8.0-4build1.debian.tar.xz 3.7 KiB feb292710614e94204acc15f3bcc65101826dd3fa0c7f0afa9213d4f66bea21c
webhook_2.8.0-4build1.dsc 2.2 KiB 04a491933459da34bf72d2e758258e5f2bfe9c9f5b389bd59fce41071c8e8e16

View changes file

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