Edit

IABSD.fr/ports/sysutils/prometheus/patches/patch-scripts_compress_assets_sh

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2022-06-28 19:23:03
    Hash : d6633d50
    Message : Update prometheus to v2.36.2 Switch the port to use the official prometheus-web-ui package to avoid the nightmare of building the react project on the ports infrastructure. Include a patch from an open pull request that works around the issue of TSDB on systems with no unified buffer cache by using mmap both for read and writes. For more info about patch-mmap_openbsd check out: https://github.com/prometheus/prometheus/pull/9085 and https://github.com/prometheus/prometheus/issues/8877 OK sthen@

  • sysutils/prometheus/patches/patch-scripts_compress_assets_sh
  • Just use /bin/sh for this trivial script
    
    Index: scripts/compress_assets.sh
    --- scripts/compress_assets.sh.orig
    +++ scripts/compress_assets.sh
    @@ -1,4 +1,4 @@
    -#!/usr/bin/env bash
    +#!/bin/sh
     #
     # compress static assets