Rename version to version.txt
[?]
Jul 5, 2021, 6:47 PM
RNDKDDJERYU6V4P4ZFJQIFXHV6HA4NYCRFGGLOMFGPTAFO575UEACDependencies
- [2]
VFFSFXJJRemove outdated email address - [3]
RWNXH3H2lastModified -> lastModifiedDate - [4]
QNX2BXVAhydra: Improve `AC_INIT' call. - [5]
G2ZB6464first test, not yet in buildprocess - [6]
T4LLYESZ* Nix expression for building Hydra. - [7]
UHMUHQMUhydra: fix tarball build, add pre suffix to tarballs - [8]
QWR2YMEAAdd default.nix, shell.nix for compatibility - [9]
FF2NJA6URemove outdated email address - [10]
NVMDS7GEAdd README.md - [11]
LYO7KK3JAddress PR comments: - [12]
ZL4LHHZFRemove empty files - [13]
6A6CZ7SCdraft manual - [14]
FV2M6MOThydra: use autoconf/-make - [15]
CCPSI3TPAdd flake.nix - [16]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [17]
SAFVRDTK* Put Hydra's dependencies so that they can easily be installed in a - [18]
GBCPEGYCAdd a .gitignore - [19]
ZXROTER4Merge remote-tracking branch 'origin/master' into flake - [20]
NKPSTN6Hadd github ci tests - [21]
TK4KSKUKExtend Setup Information - [22]
YBT5G74QLDAP: add the required packages to the perlPackage via the overlay - [23]
XQ3YV2T3Don't pollute the source directory - [24]
X27GNHDV* Basic job info in the database. - [25]
UBPWXGKFMove build logic for the core hydra package into its own default.nix. - [26]
SAPEZKXHmove file and add a basic README - [27]
ICYJNJWHRevert "Move build logic for the core hydra package into its own default.nix." - [28]
FIXNWFBIMerge pull request #692 from knl/emit-hostname-with-influxdb-metrics - [29]
JN7Y4DC2Add hydra status dd timeboard expression - [30]
CLXEECMF* Start putting build results in a database. - [31]
2IGIDHNAReplace shell.nix with a flake devShell attribute - [32]
LX326CB7Add hydra OpenAPI description (#750) - [33]
J52POHVCUpdate to NixOS 20.09 - [34]
WQNI5TIDUpdate to 20.03 - [35]
DWQCLOPQTweaks for nix-shell - [36]
KH55FNTFUpdate README - [37]
KXK7ACV4Remove .png - [38]
D3MDJONY - [39]
KPWMZFHZAdd runHydra shell - [40]
SFMN6AFQ* Include a license. - [41]
P3M6UFMPMerge remote-tracking branch 'origin/master' into flake - [42]
X7IAG7JTSimplify running nix-shell - [43]
3IAHYXTZFollow nix/nixpkgs - [44]
2JJP7673tests: move to t, allow `yath test` from root
Change contents
- replacement in configure.ac at line 1
AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX])])AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version.txt)$VERSION_SUFFIX])]) - replacement in flake.nix at line 9
version = "${builtins.readFile ./version}.${builtins.substring 0 8 self.lastModifiedDate}.${self.shortRev or "DIRTY"}";version = "${builtins.readFile ./version.txt}.${builtins.substring 0 8 self.lastModifiedDate}.${self.shortRev or "DIRTY"}"; - file move: version → version.txt