Home
last modified time | relevance | path

Searched refs:GITHASH (Results 1 – 25 of 25) sorted by relevance

/dports/net/libiscsi/libiscsi-1.19.0/packaging/RPM/
H A Dmakerpms.sh47 GITHASH=".$(git log --pretty=format:%h -1)"
50 GITHASH=""
53 sed -e s/GITHASH/${GITHASH}/g \
H A Dlibiscsi.spec.in4 Release: 1GITHASH%{?dist}
/dports/sysutils/toybox/toybox-0.8.5/scripts/
H A Dmake.sh77 [ -d ".git" ] && GITHASH="$(git describe --tags --abbrev=12 2>/dev/null)"
78 [ ! -z "$GITHASH" ] && GITHASH="-DTOYBOX_VERSION=\"$GITHASH\""
82 BUILD="$(echo ${CROSS_COMPILE}${CC} $CFLAGS -I . $OPTIMIZE $GITHASH)"
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/
H A Dversion.h3 #ifndef GITHASH
5 #define GITHASH "unknown" macro
H A Dmain.cpp56 QString Version = QString(CURRENT_VERSION) + " Git: " + GITHASH; in main()
H A Dwelle-gui.pro124 DEFINES += GITHASH=\\\"$$GITHASHSTRING\\\"
H A Dgui_helper.cpp181 InfoContent.append(tr("Git revision") + ": " + QString(GITHASH) + "\n"); in getInfoPage()
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dupdatenotification.cpp17 #if defined(GITHASH) && defined(UPDATEMSG) in check()
25 QNetworkRequest request(QUrl(update_url.arg(GITHASH))); in check()
/dports/sysutils/dupd/dupd-1.7/
H A DMakefile28 GITHASH:=$(shell git rev-parse HEAD)
30 GITHASH=$(VERSION)
H A DChangeLog23 * For release builds, set GITHASH to the release instead.
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/
H A Dsetup.py64 GITHASH = 'n/a'
75 ('HIGHS_GITHASH', '"%s"' % GITHASH),
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/miekg/mmark/mmark/
H A DMakefile1 GITHASH:=$(shell git rev-parse --short HEAD) macro
/dports/databases/pglogical/pglogical-REL2_4_0/
H A DMakefile152 GITHASH=$(shell if [ -e .distgitrev ]; then cat .distgitrev; else git rev-parse --short HEAD; fi) macro
159 @echo $(GITHASH) > .distgitrev
176 git-dist: distdir=pglogical-$(pglogical_version)_git$(GITHASH)
/dports/math/highs/HiGHS-cfe064e/src/
H A DHConfig.h.in13 #define HIGHS_GITHASH "@GITHASH@"
/dports/www/yarr/yarr-2.2/
H A Dmakefile2 GITHASH=$(shell git rev-parse --short=8 HEAD) macro
/dports/multimedia/olive/olive-0.1.2/
H A Dmain.cpp47 #ifndef GITHASH in main()
H A Dolive.pro46 # DEFINES += GITHASH=\\"\"$$GITHASHVAR\\"\"
/dports/multimedia/olive/olive-0.1.2/global/
H A Dglobal.cpp61 #ifdef GITHASH in OliveGlobal()
62 version_id = QString(" | %1").arg(GITHASH); in OliveGlobal()
/dports/games/freeminer/freeminer-0.4.10.4/build/android/
H A DMakefile706 export GITHASH=$$(git rev-parse --short=8 HEAD); \
707 if [ "x$$GITHASH" = "x" ] ; then \
708 export GITHASH=gUnknown; \
710 echo "#define CMAKE_VERSION_GITHASH \"$$GITHASH\"" \
/dports/ports-mgmt/pkg/pkg-1.17.5/
H A Dauto.def55 define GITHASH ""
59 define GITHASH -$gitrev[expr {$gitdirty eq {} ? {} : {-dirty}}]
/dports/sysutils/dupd/dupd-1.7/src/
H A Dmain.c565 DUPD_VERSION ") (" GITHASH ")\n");
/dports/ports-mgmt/pkg/pkg-1.17.5/src/
H A Dmain.c384 printf(PKG_PORTVERSION""GITHASH"\n"); in show_version_info()
/dports/www/pomerium/pomerium-0.8.3/docs/docs/
H A Dupgrading.md205 …ed our [releases](https://semver.org/) are versioned (`MAJOR.MINOR.PATCH+GITHASH`). Planned, month…
/dports/math/py-or-tools/or-tools-9.2/patches/
H A Dscip-7.0.1.patch38 message(STATUS \"Git hash: \" \${GITHASH})
/dports/lang/solidity/solidity_0.8.11/docs/
H A Dinstalling-solidity.rst535 - commit in the format of ``commit.GITHASH``