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