guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (060df92 -> 7fbcb3a)


From: Christopher Baines
Subject: branch master updated (060df92 -> 7fbcb3a)
Date: Tue, 2 Feb 2021 18:39:33 -0500 (EST)

cbaines pushed a change to branch master
in repository data-service.

    from 060df92  Adjust for the introduction of (guix narinfo)
     new f868591  Show finished builds on the fixed output package derivations 
page
     new 6195d7b  Remove store_path from 
select-guix-revision-for-branch-and-datetime
     new 7fbcb3a  Store channel instance derivations in a separate transaction

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 guix-data-service/jobs/load-new-guix-revision.scm  | 116 +++++++++++++--------
 guix-data-service/model/channel-instance.scm       |  16 +++
 guix-data-service/model/derivation.scm             |   4 +-
 guix-data-service/model/guix-revision.scm          |  14 +--
 guix-data-service/web/compare/controller.scm       |  12 +--
 guix-data-service/web/revision/controller.scm      |  30 +++---
 sqitch/deploy/remove_guix_revisions_store_path.sql |   7 ++
 sqitch/revert/remove_guix_revisions_store_path.sql |   7 ++
 sqitch/sqitch.plan                                 |   1 +
 sqitch/verify/remove_guix_revisions_store_path.sql |   7 ++
 10 files changed, 139 insertions(+), 75 deletions(-)
 create mode 100644 sqitch/deploy/remove_guix_revisions_store_path.sql
 create mode 100644 sqitch/revert/remove_guix_revisions_store_path.sql
 create mode 100644 sqitch/verify/remove_guix_revisions_store_path.sql



reply via email to

[Prev in Thread] Current Thread [Next in Thread]