Commit Graph

67 Commits

Author SHA1 Message Date
R. Ryantm
dcb2271b8b redpanda-client: 24.2.5 -> 24.2.6 2024-10-09 05:39:15 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
e34095c332 redpanda-client: 24.2.4 -> 24.2.5 2024-09-21 02:54:21 +00:00
R. Ryantm
76e336ddb5 redpanda-client: 24.2.3 -> 24.2.4 2024-09-05 03:23:25 +00:00
R. Ryantm
916fe6dcf3 redpanda-client: 24.2.2 -> 24.2.3 2024-08-28 03:36:38 +00:00
R. Ryantm
9e1c75335c redpanda-client: 24.1.13 -> 24.2.2 2024-08-09 10:02:50 +00:00
R. Ryantm
f7e86daecf redpanda-client: 24.1.10 -> 24.1.13 2024-07-28 12:54:02 +00:00
R. Ryantm
7f997e8da1 redpanda-client: 24.1.9 -> 24.1.10 2024-07-18 16:14:55 +00:00
R. Ryantm
954ecd7beb redpanda-client: 24.1.8 -> 24.1.9 2024-06-27 23:59:22 +00:00
Sandro
11f1389b1d
Merge pull request #318793 from SuperSandro2000/abseilccp-cleanup 2024-06-25 11:12:42 +02:00
R. Ryantm
bedfd331b1 redpanda-client: 24.1.7 -> 24.1.8 2024-06-22 00:15:52 +00:00
R. Ryantm
f8d28c6bfe redpanda-client: 24.1.6 -> 24.1.7 2024-06-13 23:18:23 +00:00
Sandro Jäckel
35406a74d9
redpanda-server: remove 2024-06-10 15:10:40 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
c54e9b1993 redpanda-client: 24.1.4 -> 24.1.6 2024-06-06 22:31:38 +00:00
R. Ryantm
2ae85d37e2 redpanda-client: 24.1.3 -> 24.1.4 2024-05-30 13:23:29 +00:00
R. Ryantm
7c2d8b3d12 redpanda-client: 24.1.2 -> 24.1.3 2024-05-24 02:43:42 +00:00
R. Ryantm
d9bcb3ebd1 redpanda-client: 23.3.15 -> 24.1.2 2024-05-16 07:00:50 +00:00
R. Ryantm
a8b5d0404d redpanda-client: 23.3.14 -> 23.3.15 2024-05-10 21:33:42 +00:00
R. Ryantm
49eacfc440 redpanda-client: 23.3.13 -> 23.3.14 2024-05-03 06:31:59 +00:00
R. Ryantm
00d2d6ab8b redpanda-client: 23.3.12 -> 23.3.13 2024-04-26 14:42:31 +00:00
R. Ryantm
c82ab29ce3 redpanda-client: 23.3.11 -> 23.3.12 2024-04-19 19:22:30 +00:00
R. Ryantm
13647eeda6 redpanda-client: 23.3.10 -> 23.3.11 2024-04-05 14:38:36 +00:00
R. Ryantm
74839cc49b redpanda-client: 23.3.9 -> 23.3.10 2024-03-28 14:59:16 +00:00
R. Ryantm
6f49902585 redpanda-client: 23.3.8 -> 23.3.9 2024-03-19 22:39:08 +00:00
R. Ryantm
102f7b22eb redpanda-client: 23.3.7 -> 23.3.8 2024-03-16 14:31:59 +00:00
R. Ryantm
52ba41b89e redpanda-client: 23.3.6 -> 23.3.7 2024-03-12 14:53:08 +00:00
R. Ryantm
da1f63ba71 redpanda-client: 23.3.5 -> 23.3.6 2024-02-22 02:41:30 +00:00
R. Ryantm
48820eedfc redpanda-client: 23.3.4 -> 23.3.5 2024-02-09 09:48:01 +00:00
R. Ryantm
417666166e redpanda-client: 23.3.2 -> 23.3.4 2024-01-26 21:59:53 +00:00
R. Ryantm
91af8fdd5c redpanda-client: 23.3.1 -> 23.3.2 2024-01-20 15:32:00 +00:00
R. Ryantm
cece54f270 redpanda-client: 23.2.14 -> 23.3.1 2023-12-23 04:13:01 +00:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Weijia Wang
74d102ce50 Merge branch 'master' into staging-next 2023-11-12 19:45:20 +01:00
R. Ryantm
fc5560f905 redpanda-client: 23.2.12 -> 23.2.14 2023-11-12 16:07:27 +00:00
github-actions[bot]
c99731d9ac
Merge staging-next into staging 2023-10-17 18:01:44 +00:00
R. Ryantm
a1fd5a4768 redpanda-client: 23.1.13 -> 23.2.12 2023-10-17 07:37:38 +00:00
github-actions[bot]
5b761c2ba3
Merge staging-next into staging 2023-10-14 12:01:32 +00:00
happysalada
ce0b484bc8 redpanda-server: mark broken 2023-10-14 11:42:33 +00:00
happysalada
dfbd5f6c33 redpanda-client: rename redpanda to redpanda-client 2023-10-14 11:42:33 +00:00
Aaron Jheng
80aaa46d4c
protobuf: use new package definition only 2023-10-11 13:20:31 +00:00
happysalada
024f043a27 redpanda: mark broken 2023-09-06 07:20:42 +00:00
R. Ryantm
463469e1c3 redpanda: 23.1.10 -> 23.1.13 2023-07-02 12:26:35 +00:00
Tomas Drtina
3a95da643c redpanda-server: bump abseil-cpp pin 2023-06-20 07:30:17 -04:00
Tomas Drtina
6bc5bf199a abseil-cpp: default to 202301
Packages that depend on default version were pinned back to avoid rebuilds. This should be fixed in future PR or commit
2023-06-20 07:30:17 -04:00
R. Ryantm
d1fe3c0133 redpanda: 23.1.7 -> 23.1.10 2023-05-23 20:56:18 +00:00
R. Ryantm
2aa2d2d5c2 redpanda: 23.1.6 -> 23.1.7 2023-04-20 21:21:25 +00:00
R. Ryantm
8c9384373d redpanda: 23.1.3 -> 23.1.6 2023-04-12 15:14:39 -04:00
R. Ryantm
56376c515a redpanda: 23.1.1 -> 23.1.3 2023-03-26 08:52:24 +00:00
R. Ryantm
36e5e6be64 redpanda: 22.3.13 -> 23.1.1 2023-03-08 17:03:50 -05:00