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

bup: 0.31 -> 0.32 #109922

Merged
merged 1 commit into from Jan 19, 2021
Merged

bup: 0.31 -> 0.32 #109922

merged 1 commit into from Jan 19, 2021

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bup/versions.

meta.description for bup is: "Efficient file backup system based on the git packfile format"

meta.homepage for bup is: "https://github.com/bup/bup"

meta.changelog for bup is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

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

7 package rebuild(s)

7 x86_64-linux rebuild(s)
7 i686-linux rebuild(s)
6 x86_64-darwin rebuild(s)
7 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
bup
git-annex
git-annex-metadata-gui
haskellPackages.git-annex
python37Packages.git-annex-adapter
python38Packages.git-annex-adapter
python39Packages.git-annex-adapter
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/i7g9hnsipisbrhf68qxkan15dz4q7a5h-bup-0.32 \
  --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 bup https://github.com/r-ryantm/nixpkgs/archive/f020af824d7ced8a7972618bf64fd8382072c5a2.tar.gz

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

ls -la /nix/store/i7g9hnsipisbrhf68qxkan15dz4q7a5h-bup-0.32
ls -la /nix/store/i7g9hnsipisbrhf68qxkan15dz4q7a5h-bup-0.32/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

4 packages failed to build:
  • git-annex-metadata-gui
  • python37Packages.git-annex-adapter
  • python38Packages.git-annex-adapter
  • python39Packages.git-annex-adapter
2 packages built:
  • bup
  • git-annex

Maintainer pings

cc @muflax for testing.

@rnhmjoj
Copy link
Contributor

rnhmjoj commented Jan 19, 2021

Built and tested basic save/restore functionality:

$ export BUP_DIR=$PWD/bup-test

$ bup init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /home/rnhmjoj/bup-test/

$ bup index src/nixboot/
Indexing: 110, done (1169 paths/s).

$ bup save -n nixboot src/nixboot --strip
Reading index: 110, done.
Saving: 99.98% (18217/18221k, 110/110 files), done.

$ bup ls nixboot/latest
LICENSE       coreboot.nix  result        systems
README.md     gbe.nix       scripts
rnhmjoj@wigfrid i~

$ bup cat-file nixboot/latest/README.md | head
# Nixboot

### Simple declarative and reproducible coreboot images

This repository contains a minimal interface to build coreboot images using Nix.
Coreboot is already near 100% binary reproducible and can be configured via
[Kconfig](https://doc.coreboot.org/getting_started/kconfig.html); however
the process is somewhat involved: it requires maintaining a local checkout of
the coreboot source, several config files and shell scripts. Nixboot automates
this process and allows to control it declaratively from a single file.

$ bup restore nixboot/latest/README.md
Restoring: 1, done.
rnhmjoj@wigfrid i~

$ stat README.md
  File: README.md
  Size: 3694      	Blocks: 8          IO Block: 4096   regular file
Device: 2eh/46d	Inode: 4985786     Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/ rnhmjoj)   Gid: (  100/   users)
Access: 2020-12-31 01:23:40.975197000 +0100
Modify: 2020-12-31 01:23:25.667021000 +0100
Change: 2021-01-19 18:30:46.480908108 +0100
 Birth: -

@rnhmjoj rnhmjoj merged commit ff8f0f7 into NixOS:master Jan 19, 2021
@r-ryantm r-ryantm deleted the auto-update/bup branch January 21, 2021 07:24
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.

None yet

2 participants