Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devpod: 0.5.2 -> 0.5.4 #285197

Merged
merged 1 commit into from
Mar 2, 2024
Merged

devpod: 0.5.2 -> 0.5.4 #285197

merged 1 commit into from
Mar 2, 2024

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/loft-sh/devpod/releases.

meta.description for devpod is: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker

meta.homepage for devpod is: https://devpod.sh

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.0 with grep in /nix/store/b070gflkmcbr4hlcxmz9j0vf3n25m535-devpod-0.5.0
  • found 0.5.0 in filename of file in /nix/store/b070gflkmcbr4hlcxmz9j0vf3n25m535-devpod-0.5.0

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
devpod
devpod-desktop
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/b070gflkmcbr4hlcxmz9j0vf3n25m535-devpod-0.5.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpod https://github.com/r-ryantm/nixpkgs/archive/2752d41f392cc92904c4a553815ba11dd32fbeaa.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/2752d41f392cc92904c4a553815ba11dd32fbeaa#devpod

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/b070gflkmcbr4hlcxmz9j0vf3n25m535-devpod-0.5.0
ls -la /nix/store/b070gflkmcbr4hlcxmz9j0vf3n25m535-devpod-0.5.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • devpod-desktop
1 package built:
  • devpod

Maintainer pings

cc @maxbrunet for testing.

@ofborg ofborg bot requested a review from maxbrunet January 31, 2024 06:16
@r-ryantm r-ryantm changed the title devpod: 0.4.2 -> 0.5.0 devpod: 0.4.2 -> 0.5.1 Feb 9, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Feb 9, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/loft-sh/devpod/releases.

meta.description for devpod is: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker

meta.homepage for devpod is: https://devpod.sh

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.1 with grep in /nix/store/aqkqx1mxryrg0y740krld3kbxr6lkrwd-devpod-0.5.1
  • found 0.5.1 in filename of file in /nix/store/aqkqx1mxryrg0y740krld3kbxr6lkrwd-devpod-0.5.1

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
devpod
devpod-desktop
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/aqkqx1mxryrg0y740krld3kbxr6lkrwd-devpod-0.5.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpod https://github.com/r-ryantm/nixpkgs/archive/c91c0c1384702ecb85bcc4b976b28cece0044260.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/c91c0c1384702ecb85bcc4b976b28cece0044260#devpod

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/aqkqx1mxryrg0y740krld3kbxr6lkrwd-devpod-0.5.1
ls -la /nix/store/aqkqx1mxryrg0y740krld3kbxr6lkrwd-devpod-0.5.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • devpod-desktop
1 package built:
  • devpod

Maintainer pings

cc @maxbrunet for testing.

@r-ryantm r-ryantm changed the title devpod: 0.4.2 -> 0.5.1 devpod: 0.4.2 -> 0.5.2 Feb 13, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/loft-sh/devpod/releases.

meta.description for devpod is: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker

meta.homepage for devpod is: https://devpod.sh

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.2 with grep in /nix/store/1i49qysxx2k18ijj4kg01v9s35wklpzv-devpod-0.5.2
  • found 0.5.2 in filename of file in /nix/store/1i49qysxx2k18ijj4kg01v9s35wklpzv-devpod-0.5.2

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
devpod
devpod-desktop
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1i49qysxx2k18ijj4kg01v9s35wklpzv-devpod-0.5.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpod https://github.com/r-ryantm/nixpkgs/archive/add76eed8579e839cd5af92a7f22b4560a656334.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/add76eed8579e839cd5af92a7f22b4560a656334#devpod

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/1i49qysxx2k18ijj4kg01v9s35wklpzv-devpod-0.5.2
ls -la /nix/store/1i49qysxx2k18ijj4kg01v9s35wklpzv-devpod-0.5.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • devpod-desktop
1 package built:
  • devpod

Maintainer pings

cc @maxbrunet for testing.

@aacebedo
Copy link
Contributor

Can we merge this ?

@r-ryantm r-ryantm changed the title devpod: 0.4.2 -> 0.5.2 devpod: 0.4.2 -> 0.5.3 Feb 20, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/loft-sh/devpod/releases.

meta.description for devpod is: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker

meta.homepage for devpod is: https://devpod.sh

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.3 with grep in /nix/store/l48vk9nl6n9v7wnckbncp4j3dl7mrkcb-devpod-0.5.3
  • found 0.5.3 in filename of file in /nix/store/l48vk9nl6n9v7wnckbncp4j3dl7mrkcb-devpod-0.5.3

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
devpod
devpod-desktop
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/l48vk9nl6n9v7wnckbncp4j3dl7mrkcb-devpod-0.5.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpod https://github.com/r-ryantm/nixpkgs/archive/bc296e3d92813f7c78a2ce0ba71a90b85d1504a9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/bc296e3d92813f7c78a2ce0ba71a90b85d1504a9#devpod

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/l48vk9nl6n9v7wnckbncp4j3dl7mrkcb-devpod-0.5.3
ls -la /nix/store/l48vk9nl6n9v7wnckbncp4j3dl7mrkcb-devpod-0.5.3/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • devpod-desktop
1 package built:
  • devpod

Maintainer pings

cc @maxbrunet for testing.

@r-ryantm r-ryantm changed the title devpod: 0.4.2 -> 0.5.3 devpod: 0.5.2 -> 0.5.4 Feb 27, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/loft-sh/devpod/releases.

meta.description for devpod is: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker

meta.homepage for devpod is: https://devpod.sh

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.5.4 with grep in /nix/store/7a1p59v04kzg6snrhf6n7wnz1v8gbbkq-devpod-0.5.4
  • found 0.5.4 in filename of file in /nix/store/7a1p59v04kzg6snrhf6n7wnz1v8gbbkq-devpod-0.5.4

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath
devpod
devpod-desktop
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7a1p59v04kzg6snrhf6n7wnz1v8gbbkq-devpod-0.5.4 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpod https://github.com/r-ryantm/nixpkgs/archive/9cae782090ef98f98441c259e95399f9338b0558.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9cae782090ef98f98441c259e95399f9338b0558#devpod

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/7a1p59v04kzg6snrhf6n7wnz1v8gbbkq-devpod-0.5.4
ls -la /nix/store/7a1p59v04kzg6snrhf6n7wnz1v8gbbkq-devpod-0.5.4/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

2 packages built:
  • devpod
  • devpod-desktop

Maintainer pings

cc @maxbrunet for testing.

@marsam marsam merged commit 458b097 into NixOS:master Mar 2, 2024
25 checks passed
@r-ryantm r-ryantm deleted the auto-update/devpod branch March 2, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants