Debian Package Tracker
Register | Log in
Subscribe

sreview

Choose email to subscribe with

general
  • source: sreview (main)
  • version: 0.9.0-1
  • maintainer: Wouter Verhelst (DMD)
  • arch: all
  • std-ver: 4.1.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-bpo: 0.3.0-1~bpo.1
  • oldstable: 0.4.0-2
  • stable: 0.7.1-1
  • testing: 0.9.0-1
  • unstable: 0.9.0-1
versioned links
  • 0.3.0-1~bpo.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.4.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.7.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.9.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • sreview-common
  • sreview-detect
  • sreview-encoder
  • sreview-master
  • sreview-web (1 bugs: 0, 1, 0, 0)
action needed
52 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit e209f1435f2c61ae7df635aa7387a4a116f1f302
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Mar 8 10:42:38 2023 +0200

    Also install Progress.pm in sreview-common

commit ef1e3c57cdc41c9a81eaf68fbb7bf7b7d80379c1
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Mar 8 10:09:59 2023 +0200

    Add more tests, and improve behavior of the Review controller

commit 7367e5349662fe26abeff805f6d1dfcef87e576a
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Mar 8 10:09:21 2023 +0200

    Don't forget to load the Progress class if we're going to use it

commit c2d140a9a233616e66a485d9471950c4b2e395eb
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Mar 7 20:30:42 2023 +0200

    Also add a progress property to the Talk object

commit 55cb433a9c4efa0ab31fa58bcc7710f1ad9cb557
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Mar 7 19:31:20 2023 +0200

    Update the skip count

commit be044b19abc3d33085452de4c344de217197f2b7
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Mar 7 14:21:51 2023 +0200

    Drop log message

commit bdcedf7f8680524a4ab9313518ac18a9349c56eb
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Mar 7 14:13:45 2023 +0200

    Make sure to set HTTP error codes on error cases
    
    And add test cases, too

commit f8d999471833a27f3437a8cb00cf509d9572bd9a
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Mar 7 12:41:31 2023 +0200

    Add missing "name" attribute

commit 687221f757e47434094c14287a3c8767164f812a
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Mar 4 15:38:23 2023 +0200

    Add missing dependency (for sreview-notify)

commit 315831c2a550641bb2e06f4a1341cfe0494168e5
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Mar 4 15:11:51 2023 +0200

    Unbreak the test suite
    
    At FOSDEM, we're currently using multiple audio streams. This results in
    ffmpeg being called with "-map 0:v -map 0:<audio channel>", and that
    works.
    
    However, for stereo encoding of the audio channels, this doesn't work,
    as then we don't have an explicit audio map, so we get a video file with
    no audio, instead of what we want.
    
    Make changes so that audio extraction is done in one step, and then the
    next we merge with the video file again. Not ideal, but we have no
    better option.

commit c0050234a415e993fe19fabcfaf2413561ad5ba9
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Mar 4 13:32:32 2023 +0200

    Fix audio channel selection
    
    For some reason, at our latest refactor this got lost and we never noticed :-(

commit aca3e5afb0dd4c71d3bf540fef737991c79bbb85
Author: Wouter Verhelst <w@uter.be>
Date:   Fri Mar 3 17:07:18 2023 +0200

    Show what's happening here

commit e841c045151d7e87efd0dc331b852de2cc6a38b0
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 26 22:00:35 2023 +0200

    Fix syntax of Message-ID and References headers
    
    This plucks the host from the email_from configuration, but you need
    that to be able to send emails anyway, so that should be fine.

commit 8a66358d73564416bd175713bb96b03e6b62e36f
Author: Wouter Verhelst <w@uter.be>
Date:   Mon Feb 20 13:26:26 2023 +0200

    Have a better default for a review template
    
    If the talk was injected, we don't want to allow edits, because our
    scripts don't allow for that -- so default to the confirmation-only
    review template in that case.
    
    Still allow to override that in case the user wants something different.

commit 135b7a3addc56d322706fd4868f2eb8fff3ea258
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 18:32:29 2023 +0200

    Fix use of Media::Convert::AvSync

commit 96eca1086e4a120c55befbb6955226e4a777bed8
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 17:07:08 2023 +0200

    Call sendmail() the right way

commit 752503119f0707a6dffdde19ae90c38dcd74243b
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 16:34:07 2023 +0200

    Don't forget to update the dependency

commit d7967cc480816ccc1ba109f3c6bf809b89e760ca
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 16:28:02 2023 +0200

    Improve charset handling by using Email::Stuffer rather than Email::Simple

commit 2faa771aabd5dfaf0a7832607f4de230ad1802ab
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 15:43:06 2023 +0200

    Moar error handling
    
    If audio normalization fails, don't create an empty video file and then
    pretend nothing happened.

commit 9bd349f7c09fa57c6702cf5e25cda30cf9d41aae
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 13:03:15 2023 +0200

    Fix delete_files
    
    We don't want to drop the name prefix if there are more files to go.

commit 81fb9002a5df26df79e21d8537ff955552cd005a
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Feb 5 01:19:57 2023 +0200

    Delete the download in the destructor

commit 46c1a0321cd54a96ed1e73450a31c876f6b8bffc
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Feb 4 15:22:23 2023 +0200

    Fix label attachments

commit df48edd235e5b56b392537e8ca91b6b88b0feb55
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Feb 4 15:22:14 2023 +0200

    Add field for the active stream

commit 54f1c4b1c53a64bd93f69107bd5bc1a7ab664413
Author: Wouter Verhelst <w@uter.be>
Date:   Fri Feb 3 21:03:47 2023 +0200

    Pass the extra profiles to the Asset ProfileFactory, not to the join

commit 578d5552346ef7a96cee6e9b0cf2087513138386
Author: Wouter Verhelst <w@uter.be>
Date:   Fri Feb 3 19:17:50 2023 +0200

    Allow for getting the initial part of a filename, _locally_

commit df33ea0d1a35ed399fae563bafcc8c6966b9bc9e
Author: Wouter Verhelst <w@uter.be>
Date:   Fri Feb 3 14:38:25 2023 +0200

    Call the "exists" query with the relative name, not the absolute URL.

commit 305792e3fdf9e0340e38bf79a047e7c30055d1f0
Author: Wouter Verhelst <w@uter.be>
Date:   Mon Jan 30 20:01:31 2023 +0200

    ... and ssh, too :-T

commit 3d93c564ed7944e3065a8644dc923f05d2c5b574
Author: Wouter Verhelst <w@uter.be>
Date:   Mon Jan 30 18:43:36 2023 +0200

    Export the upstreamid
    
    Custom scripts may need to handle the upstreamid to link things. Make it
    available through the SReview::Talk API.

commit d855c09938ea368d7d0d97367d6fa521c85630be
Author: Wouter Verhelst <w@uter.be>
Date:   Mon Jan 30 17:13:24 2023 +0200

    encoder image: also install rsync
    
    Most "sreview-upload" jobs will probably need it, so make sure it's there

commit 3aab5e2c2ea1937f13db2620e7086bef0ea512ec
Author: Wouter Verhelst <w@uter.be>
Date:   Thu Jan 26 18:07:16 2023 +0200

    Recurse into directories
    
    We're not interested in just the directories, we want all the files in the collection.

commit c27d73abde08e55b30a4a738c8c4cbfd2c37ba54
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Jan 25 11:49:12 2023 +0200

    SReview::Files::Collection::HTTP::nginx::JSON: add.
    
    nginx has a JSON index format that provides computer-readable metadata
    on files in its export. Create a subclass of
    SReview::Files::Collection::HTTP that implements _probe_children using
    that metadata.
    
    Can only be used for an input collection, obviously, but at least this
    allows us to use it for sreview-detect purposes.

commit ddc28ad1d032e59e47543e39a11c7bc8d2a6c8a4
Author: Wouter Verhelst <w@uter.be>
Date:   Thu Jan 19 19:39:06 2023 +0200

    Don't copy an object that might not be what we think

commit f9710337fc7ae9cf885b49151d640aab08ca4e8e
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Jan 18 00:35:31 2023 +0200

    Store the relname of the file, not the url
    
    We do this in sreview-detect now, too, but forgot to update things here.
    
    Fixes: 996fd7ec224db2c4101728a4ceff15c33396902c
    Fixes: fb23eb85a1b15b3f1b1d923cacd9a2c03029116d

commit 93e13f41f7b8c6b4d88f6a7d75ae00f7222d535b
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Jan 17 21:54:28 2023 +0200

    Don't error out on an empty bucket

commit 50ef1a70b27e0e8dfd063e3ac00e1e86300adfac
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Jan 17 15:16:04 2023 +0200

    Add more debug logs

commit b0a7c1aaf734085d6b504198df76a1eed79f85c1
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Jan 10 01:13:08 2023 +0200

    Only consider version number tags

commit 57670ebdafdfadbb8cf5185e6f0e2e8cf13b5d9b
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Jan 10 00:33:29 2023 +0200

    run-kube: always set full configuration
    
    We tried to predict which configuration values may be needed by which
    script. However, due to the fact that we use templating (which may
    include code), this list is actually not entirely well defined.
    
    Just make sure each script that we run has the full configuration,
    instead.

commit 153a916d98ad43078eecdd1604819fa47dff86e8
Author: Wouter Verhelst <w@uter.be>
Date:   Mon Jan 9 23:36:14 2023 +0200

    Default to the /overview page upon admin login

commit 8a2a963676aead80d63ff4cb29b6eabe5f62d20d
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Jan 7 19:56:51 2023 +0200

    Add a bit more logging at the end

commit 554b802bca3a3681e5bd271e8e1bc2acbfad6b3d
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Jan 7 19:56:32 2023 +0200

    Don't overwrite the review URL with the template URL

commit 9942c3271c7af9d3a249a949b84bf9ae70107dc3
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 18:49:51 2022 +0200

    Don't wait on building containers for releasing helm charts

commit da956f80384dc1bd8da756e829268711d3b509f6
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 17:15:35 2022 +0200

    Bump helm chart version

commit 990c63ac217b8e97b61ebc7c783b7771ef34fc46
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 15:53:28 2022 +0200

    Add yet more logging to notify

commit ac67422b21625c9c99feff0be8627b5fb74b0aae
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 12:00:10 2022 +0200

    Helm chart improvements

commit 1c0750e5204a84a57ac8241ced744f24d7ea679d
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 11:56:24 2022 +0200

    Add more logging to notification

commit 91257ace743a1d4f1afe102b6a042a5a7bbfed73
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 09:15:25 2022 +0200

    Revert "Work around bug in the Debian vue package"
    
    This reverts commit 9a608f4345d55e3db4b58b8e97b6ae3ce5cd48d1.
    
    Bug was fixed, workaround no longer necessary

commit e3a497843c41651ddb5105b65e1055de4444d024
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Dec 31 09:13:36 2022 +0200

    Add ConfigMap for new run-kube system

commit 9dcaa3f8ec36ae70f0058804e73f4bf3b23438c2
Author: Wouter Verhelst <w@uter.be>
Date:   Thu Dec 15 01:17:05 2022 +0200

    Helm chart: allow adding random extra environment variables

commit d829fcb018f7f2111b6175f67fcb51c310f80c7d
Author: Wouter Verhelst <w@uter.be>
Date:   Thu Dec 15 01:16:35 2022 +0200

    Finalize docker tags the right way

commit 9a608f4345d55e3db4b58b8e97b6ae3ce5cd48d1
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Dec 14 22:55:11 2022 +0200

    Work around bug in the Debian vue package

commit cc4cef49ed21980b2c3f3d8cee9d39fc902db9a7
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Dec 14 10:25:01 2022 +0200

    Ignore the debian tags

commit 93b935b8fc271be2db2e4593e11e1da01f7c0766
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Dec 14 10:20:06 2022 +0200

    Change the way in which we tag docker images
Created: 2021-10-07 Last update: 2023-03-21 23:36
lintian reports 15 warnings normal
Lintian reports 15 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-10-13 Last update: 2022-12-16 15:52
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.1.1).
Created: 2017-12-12 Last update: 2022-12-17 19:17
news
[rss feed]
  • [2022-12-20] sreview 0.9.0-1 MIGRATED to testing (Debian testing watch)
  • [2022-12-14] Accepted sreview 0.9.0-1 (source) into unstable (Wouter Verhelst)
  • [2022-10-20] sreview 0.8.0-1.1 MIGRATED to testing (Debian testing watch)
  • [2022-10-15] Accepted sreview 0.8.0-1.1 (source) into unstable (Michael Biebl)
  • [2021-09-14] sreview 0.8.0-1 MIGRATED to testing (Debian testing watch)
  • [2021-09-09] Accepted sreview 0.8.0-1 (source) into unstable (Wouter Verhelst)
  • [2021-02-05] sreview 0.7.1-1 MIGRATED to testing (Debian testing watch)
  • [2021-01-31] Accepted sreview 0.7.1-1 (source) into unstable (Wouter Verhelst)
  • [2020-12-26] sreview 0.6.2-4 MIGRATED to testing (Debian testing watch)
  • [2020-12-20] Accepted sreview 0.6.2-4 (source) into unstable (Wouter Verhelst)
  • [2020-12-11] Accepted sreview 0.6.2-3 (source) into unstable (Wouter Verhelst)
  • [2020-12-10] Accepted sreview 0.6.2-2 (source) into unstable (Wouter Verhelst)
  • [2020-12-09] Accepted sreview 0.6.2-1 (source) into unstable (Wouter Verhelst)
  • [2020-12-05] Accepted sreview 0.6.1-1 (source) into unstable (Wouter Verhelst)
  • [2020-07-01] sreview 0.6.0-1 MIGRATED to testing (Debian testing watch)
  • [2020-06-24] Accepted sreview 0.6.0-1 (source) into unstable (Wouter Verhelst)
  • [2020-01-31] sreview 0.5.0-1 MIGRATED to testing (Debian testing watch)
  • [2020-01-25] Accepted sreview 0.5.0-1 (source) into unstable (Wouter Verhelst)
  • [2019-02-27] sreview 0.4.0-2 MIGRATED to testing (Debian testing watch)
  • [2019-02-17] Accepted sreview 0.4.0-2 (source all) into unstable (Wouter Verhelst)
  • [2019-02-17] Accepted sreview 0.4.0-1 (source all) into unstable (Wouter Verhelst)
  • [2018-06-24] sreview 0.3.1-2 MIGRATED to testing (Debian testing watch)
  • [2018-06-19] Accepted sreview 0.3.1-2 (source all) into unstable (Wouter Verhelst)
  • [2018-06-14] Accepted sreview 0.3.1-1 (source all) into unstable (Wouter Verhelst)
  • [2018-05-18] Accepted sreview 0.3.0-1~bpo.1 (source all) into stretch-backports, stretch-backports (Wouter Verhelst)
  • [2018-02-18] sreview 0.3.0-1 MIGRATED to testing (Debian testing watch)
  • [2018-02-13] Accepted sreview 0.3.0-1 (source all) into unstable (Wouter Verhelst)
  • [2018-01-31] sreview 0.2.4-1 MIGRATED to testing (Debian testing watch)
  • [2018-01-26] Accepted sreview 0.2.4-1 (source all) into unstable (Wouter Verhelst)
  • [2018-01-10] sreview 0.2.3-3 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • lintian (0, 15)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.9.0-1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing