Rename version to version.txt

[?]
Jul 5, 2021, 6:47 PM
RNDKDDJERYU6V4P4ZFJQIFXHV6HA4NYCRFGGLOMFGPTAFO575UEAC

Dependencies

  • [2] VFFSFXJJ Remove outdated email address
  • [3] RWNXH3H2 lastModified -> lastModifiedDate
  • [4] D3MDJONY
  • [5] QNX2BXVA hydra: Improve `AC_INIT' call.
  • [6] ZL4LHHZF Remove empty files
  • [7] QWR2YMEA Add default.nix, shell.nix for compatibility
  • [8] GBCPEGYC Add a .gitignore
  • [9] JN7Y4DC2 Add hydra status dd timeboard expression
  • [10] NKPSTN6H add github ci tests
  • [11] UBPWXGKF Move build logic for the core hydra package into its own default.nix.
  • [12] G2ZB6464 first test, not yet in buildprocess
  • [13] 2IGIDHNA Replace shell.nix with a flake devShell attribute
  • [14] WQNI5TID Update to 20.03
  • [15] KPWMZFHZ Add runHydra shell
  • [16] YBT5G74Q LDAP: add the required packages to the perlPackage via the overlay
  • [17] X27GNHDV * Basic job info in the database.
  • [18] 3IAHYXTZ Follow nix/nixpkgs
  • [19] ZXROTER4 Merge remote-tracking branch 'origin/master' into flake
  • [20] 6K5PBUUN Use buildEnv to combine Hydra's Perl dependencies
  • [21] SAPEZKXH move file and add a basic README
  • [22] FF2NJA6U Remove outdated email address
  • [23] KH55FNTF Update README
  • [24] KXK7ACV4 Remove .png
  • [25] NVMDS7GE Add README.md
  • [26] LX326CB7 Add hydra OpenAPI description (#750)
  • [27] SFMN6AFQ * Include a license.
  • [28] T4LLYESZ * Nix expression for building Hydra.
  • [29] FIXNWFBI Merge pull request #692 from knl/emit-hostname-with-influxdb-metrics
  • [30] ICYJNJWH Revert "Move build logic for the core hydra package into its own default.nix."
  • [31] CCPSI3TP Add flake.nix
  • [32] CLXEECMF * Start putting build results in a database.
  • [33] LYO7KK3J Address PR comments:
  • [34] TK4KSKUK Extend Setup Information
  • [35] UHMUHQMU hydra: fix tarball build, add pre suffix to tarballs
  • [36] SAFVRDTK * Put Hydra's dependencies so that they can easily be installed in a
  • [37] XQ3YV2T3 Don't pollute the source directory
  • [38] P3M6UFMP Merge remote-tracking branch 'origin/master' into flake
  • [39] DWQCLOPQ Tweaks for nix-shell
  • [40] J52POHVC Update to NixOS 20.09
  • [41] 2JJP7673 tests: move to t, allow `yath test` from root
  • [42] X7IAG7JT Simplify running nix-shell
  • [43] FV2M6MOT hydra: use autoconf/-make
  • [44] 6A6CZ7SC draft manual

Change contents

  • replacement in configure.ac at line 1
    [4.15951][2.0:74]()
    AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX])])
    [4.15951]
    [4.0]
    AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version.txt)$VERSION_SUFFIX])])
  • replacement in flake.nix at line 9
    [3.173][3.173:299]()
    version = "${builtins.readFile ./version}.${builtins.substring 0 8 self.lastModifiedDate}.${self.shortRev or "DIRTY"}";
    [3.173]
    [3.299]
    version = "${builtins.readFile ./version.txt}.${builtins.substring 0 8 self.lastModifiedDate}.${self.shortRev or "DIRTY"}";
  • file move: version (----------)version.txt (----------)
    [4.2]
    [4.321]