wait-for-it 0.0~git20180723-1 source package in Ubuntu

Changelog

wait-for-it (0.0~git20180723-1) unstable; urgency=medium

  * New upstream version.
  * Priority extra -> optional.
  * Fix insecure-copyright-format-uri.

 -- Alexandre Viau <email address hidden>  Sat, 18 Aug 2018 16:10:25 -0400

Upload details

Uploaded by:
Alexandre Viau
Uploaded to:
Sid
Original maintainer:
Alexandre Viau
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wait-for-it_0.0~git20180723-1.dsc 1.9 KiB 3a8b76a78f45b53e83008fb439a20eddfa0c0b457aff9c4f3bf85b0eba5bb44e
wait-for-it_0.0~git20180723.orig.tar.gz 4.4 KiB 99f830757be26962e344bcc219fb41069bb66def6f16a523def1c287112327d1
wait-for-it_0.0~git20180723-1.debian.tar.xz 2.1 KiB 4b86895b27a647e89fe95d56b742b63c27681b685f4f4cfe91976c52562a3851

No changes file available.

Binary packages built by this source

wait-for-it: script that will wait on the availability of a host and TCP port

 wait-for-it is a pure bash script that will wait on the availability
 of a host and TCP port. It is useful for synchronizing the spin-up of
 interdependent services, such as linked docker containers. Since it
 is a pure bash script, it does not have any external dependencies.