Re: unsigned repositories

2019-07-29 Thread Simon McVittie
On Mon, 29 Jul 2019 at 00:17:17 +, Thorsten Glaser wrote: > echo "deb [trusted=yes] file://$base ./" >"/etc/apt/sources.list.d/$this.list" sbuild and autopkgtest (and probably other build/CI tools) also rely on being able to inject local packages into a build/test environment using a [trusted=

Re: tag2upload (git-debpush) service architecture - draft

2019-07-29 Thread Ansgar
Bernd Zeimetz writes: > On 7/27/19 8:16 PM, Rebecca N. Palmer wrote:> As a way to avoid relying > on SHA-1, would it work to have git-debpush >> include a longer hash in the tag message, and tag2upload also verify >> that hash? >> > The other idea would be to convince git upstream to use something

Re: Challenge from Julia's non-standard vendored openblas"64_"

2019-07-29 Thread Aron Xu
On Mon, Jul 29, 2019 at 9:35 AM Mo Zhou wrote: > > Hi Marco, > > After the merger of (64bit-indexing) * (multi-thread flavor) > feature enhancement, an libopenblas-julia package will > look abrupt, and break the symmetry of package layout > (libopenblas-julia doesn't need development files) : > >

Bug#933323: ITP: transient -- emacs key and popup interface for complex keybindings

2019-07-29 Thread Remi Vanicat
Package: wnpp Owner: Remi Vanicat Severity: wishlist * Package name: transient Version : 0.1.0 Upstream Author : Jonas Bernoulli * URL or Web page : https://github.com/magit/transient * License : GPLv3+ Description : emacs key and popup interface for complex keybind

Re: unsigned repositories

2019-07-29 Thread Johannes Schauer
Hi, with my sbuild-maintainer-hat on I would also like to vehemently argue against apt dropping support for unsigned repositories. Quoting Simon McVittie (2019-07-29 09:01:47) > On Mon, 29 Jul 2019 at 00:17:17 +, Thorsten Glaser wrote: > > echo "deb [trusted=yes] file://$base ./" > > >"/etc/

Bug#933333: ITP: taurus-pyqtgraph -- Taurus extension providing pyqtgraph-based widgets

2019-07-29 Thread Carlos Pascual
Package: wnpp Severity: wishlist Owner: Carlos Pascual * Package name: taurus-pyqtgraph Version : 0.2.4 Upstream Author : Taurus Community * URL : http://github.com/taurus-org/taurus_pyqtgraph * License : LGPL-3+ Programming Lang: Python Description :

Re: unsigned repositories

2019-07-29 Thread Paul Wise
On Mon, Jul 29, 2019 at 3:02 PM Simon McVittie wrote: > > On Mon, 29 Jul 2019 at 00:17:17 +, Thorsten Glaser wrote: > > echo "deb [trusted=yes] file://$base ./" > > >"/etc/apt/sources.list.d/$this.list" > > sbuild and autopkgtest (and probably other build/CI tools) also rely on > being able to

Re: tag2upload (git-debpush) service architecture - draft

2019-07-29 Thread Sean Whitton
Hello, On Sun 28 Jul 2019 at 09:55PM +01, Rebecca N. Palmer wrote: > On 28/07/2019 20:01, Sean Whitton wrote: >> When I read your first e-mail what I thought you had in mind was just >> this -- having git-debpush compute a stronger hash of the tree object >> and add that to the tag metadata, igno

Bug#933343: ITP: tcmu -- handles the userspace side of the LIO TCM-User backstore

2019-07-29 Thread Sebastien Delafond
Package: wnpp Severity: wishlist Owner: Sebastien Delafond * Package name: tcmu Version : 1.4.0 URL : https://github.com/open-iscsi/tcmu-runner * License : LGPL 2.1 & Apache 2.0 Programming Lang: C Description : handles the userspace side of the LIO TCM

Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?

2019-07-29 Thread Philipp Kern
On 2019-07-28 15:07, Ian Jackson wrote: Marc Haber writes ("Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?"): On Sat, 27 Jul 2019 19:02:16 +0100, Ian Jackson >I worry about additional concurrency. Unlike ordering bugs, >concurrency bugs are hard to find by testing.

Bug#933350: ITP: ceph-iscsi -- common logic and CLI tools for creating and managing LIO gateways for Ceph

2019-07-29 Thread Sebastien Delafond
Package: wnpp Severity: wishlist Owner: Sebastien Delafond * Package name: ceph-iscsi Version : 3.2 Upstream Author : The Ceph iSCSI Project Developers * URL : https://github.com/ceph/ceph-iscsi * License : GPL-3 Programming Lang: Python Description : c

Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?

2019-07-29 Thread Simon McVittie
On Sun, 28 Jul 2019 at 14:07:59 +0100, Ian Jackson wrote: > Why can't systemd run cron.fooly as one big timer job rather than one > timer job for each script ? Of course it could, but perhaps it shouldn't. To avoid ambiguity, this is not a systemd design decision: it's a design decision of system

Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?

2019-07-29 Thread Simon McVittie
On Mon, 29 Jul 2019 at 18:26:22 +0100, Simon McVittie wrote: > On Sun, 28 Jul 2019 at 14:07:59 +0100, Ian Jackson wrote: > > Why can't systemd run cron.fooly as one big timer job rather than one > > timer job for each script ? > > Of course it could, but perhaps it shouldn't. > > To avoid ambigui

Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?

2019-07-29 Thread Simon McVittie
On Wed, 24 Jul 2019 at 20:14:22 +0200, Marc Haber wrote: > Scripts with such dependencies will probably fail miserably on systems > that are using systemd-cron instead of one of the "classic" cron > packaes I thought so too, but they don't: systemd-cron uses run-parts for cron.{hourly,etc.} too. I

Re: Cron, anacron, cronie, systemd-timers

2019-07-29 Thread Simon McVittie
On Sun, 07 Jul 2019 at 17:00:53 +0200, Marc Haber wrote: > And on the third side, we have systemd timers, which are not suited as > a complete replacement. There is code to transform crontab entries into > systemd timer units, but functionality that cron delivers, such as > in-sequence execution of

Bug#933376: RFH: freeradius -- high-performance and highly configurable RADIUS server

2019-07-29 Thread Bernhard Schmidt
Package: wnpp Severity: normal I request assistance with maintaining the freeradius package. The package description is: FreeRADIUS is a high-performance RADIUS server with support for: - Authentication by local files, SQL, Kerberos, LDAP, PAM, and more. - Powerful policy configuration langu

Re: do packages depend on lexical order or {daily,weekly,monthly} cron jobs?

2019-07-29 Thread Colin Watson
On Mon, Jul 29, 2019 at 06:36:00PM +0100, Simon McVittie wrote: > On Mon, 29 Jul 2019 at 18:26:22 +0100, Simon McVittie wrote: > > Another reason to break them up is that if the same package installs > > both a cron script like /etc/cron.daily/man-db and a systemd unit like > > /lib/systemd/system/