[Git][snapshot-team/snapshot][master] 4 commits: master/import-run: debian-volatile and debian-backports will not see updates again

2024-06-04 Thread Peter Palfrader (@weasel)
Peter Palfrader pushed to branch master at snapshot / snapshot Commits: 45884f73 by Peter Palfrader at 2024-06-04T18:09:27+02:00 master/import-run: debian-volatile and debian-backports will not see updates again - - - - - 979fa8fb by Peter Palfrader at 2024-06-04T18:09:50+02:00 master/import

[Git][snapshot-team/snapshot][master] Mirrors: fetch updates from snapshot-mlm-01.debian.org now

2024-06-03 Thread Peter Palfrader (@weasel)
Peter Palfrader pushed to branch master at snapshot / snapshot Commits: 4bacde34 by Peter Palfrader at 2024-06-03T17:09:30+02:00 Mirrors: fetch updates from snapshot-mlm-01.debian.org now - - - - - 1 changed file: - mirror/sync-farm-incremental Changes

Bug#941903: snapshot.debian.org: 404 error for one snapshot.debian.org IP address but not for the other

2019-10-21 Thread Peter Palfrader
in progress. Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

Re: Missing debian-debug snapshots and packages

2019-09-29 Thread Peter Palfrader
new symlink: dists/testing-proposed-updates-debug | rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [generator=3.1.2] Fixed now, thanks. -- | .''`. ** Debian ** Peter Palfrader | : :' :

Re: FW: Accessing snapshot.debian.org packages

2019-07-05 Thread Peter Palfrader
ure that throwing money at the problem currently would help much. It's mainly a manpower issue as few (if any) other people ever look after snapshot and I don't really have any time for it either. -- | .''`. ** Debian ** Peter Palfrad

Bug#928973: Processed: Re: snapshot.debian.org: internal server error (Error 500)

2019-05-14 Thread Peter Palfrader
eing overloaded by people pointing their CI at it, by jigdo using it as it primary backends, and other abuses. We are, in our limited time, trying to keep it working, but we don't always succeed. -- | .''`. ** Debian ** Peter Palfrader | : :' :

Re: Connectivity issues to http://snapshot.debian.org

2018-12-11 Thread Peter Palfrader
rying to access the domain > > > snapshot.debian.org. > > > I'm getting the pages successfully sometimes but most of the times the > > > connection is refused. -- | .''`. ** Debian ** Peter Palfrader | : :' :

[Git][snapshot-team/snapshot][master] set stat_result.size to bigint. closes: #913940

2018-11-17 Thread Peter Palfrader
Peter Palfrader pushed to branch master at snapshot / snapshot Commits: 9ec466de by Peter Palfrader at 2018-11-17T10:16:37Z set stat_result.size to bigint. closes: #913940 - - - - - 1 changed file: - + db/upgrade_21.py Changes: = db/upgrade_21.py

Bug#905687: snapshot.debian.org: openssl 1.0.1t-1+deb8u9 not indexed?

2018-08-16 Thread Peter Palfrader
Peter Palfrader schrieb am Thursday, dem 16. August 2018: > Peter Palfrader schrieb am Thursday, dem 16. August 2018: > > > Peter Palfrader schrieb am Thursday, dem 16. August 2018: > > > > > Apparently we haven't done indexing in a while. It's possible that w

Bug#905687: snapshot.debian.org: openssl 1.0.1t-1+deb8u9 not indexed?

2018-08-16 Thread Peter Palfrader
Peter Palfrader schrieb am Thursday, dem 16. August 2018: > Peter Palfrader schrieb am Thursday, dem 16. August 2018: > > > Apparently we haven't done indexing in a while. It's possible that we > > forgot to re-enable this after the move of master from sibelius to > &g

Bug#905687: snapshot.debian.org: openssl 1.0.1t-1+deb8u9 not indexed?

2018-08-16 Thread Peter Palfrader
Peter Palfrader schrieb am Thursday, dem 16. August 2018: > Apparently we haven't done indexing in a while. It's possible that we > forgot to re-enable this after the move of master from sibelius to > sallinen. Update. We are running the indexing jobs. But they are faili

Bug#905687: snapshot.debian.org: openssl 1.0.1t-1+deb8u9 not indexed?

2018-08-16 Thread Peter Palfrader
8 | 6 | 2018-08-16 04:12:05 | ec1c210c-f868-45dd-9078-9d8c3a765d6b | sallinen.debian.org (4 rows) -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

Bug#814643: snapshot.debian.org: Please also list valid-until disabling example on start page

2018-07-22 Thread Peter Palfrader
e sy‐ > stem but not the security updates because the key for *those*’s > already expired now. Historic digging, cowbuilder chroot, etc…) Sounds reasonable. Can I get a patch? -- | .''`. ** Debian ** Peter Palfrader | : :' : The univ

[snapshot/master] add to git: acquire a reboot lock on import-runs

2018-05-29 Thread Peter Palfrader
--- master/import-run | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/master/import-run b/master/import-run index dd6e6cf..e0d0835 100755 --- a/master/import-run +++ b/master/import-run @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e set -u @@ -24,6 +24,12 @@ else

[snapshot/master] report unknown archive name on errors

2018-05-21 Thread Peter Palfrader
--- master/import-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/import-run b/master/import-run index 23b2480..b57b097 100755 --- a/master/import-run +++ b/master/import-run @@ -51,7 +51,7 @@ case "$archive" in ;; *) - echo

[snapshot/master] Add debian-debug to import-run in git

2018-05-21 Thread Peter Palfrader
--- master/import-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/import-run b/master/import-run index 77fe3b5..23b2480 100755 --- a/master/import-run +++ b/master/import-run @@ -28,7 +28,7 @@ archive="${1:-""}" #IGNORES="--ignore

[snapshot/master] reword

2018-02-13 Thread Peter Palfrader
--- web/app/snapshot/templates/news.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/snapshot/templates/news.mako b/web/app/snapshot/templates/news.mako index a478a8c..53770e4 100644 --- a/web/app/snapshot/templates/news.mako +++

[snapshot/master] more storage stuff

2018-02-13 Thread Peter Palfrader
--- web/app/snapshot/templates/news.mako | 9 + 1 file changed, 9 insertions(+) diff --git a/web/app/snapshot/templates/news.mako b/web/app/snapshot/templates/news.mako index 3c88f90..a478a8c 100644 --- a/web/app/snapshot/templates/news.mako +++ b/web/app/snapshot/templates/news.mako @@

[snapshot/master] Allow git from more places

2017-09-23 Thread Peter Palfrader
--- mirror/ssh-wrap | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mirror/ssh-wrap b/mirror/ssh-wrap index 01e6cae..b5f223a 100755 --- a/mirror/ssh-wrap +++ b/mirror/ssh-wrap @@ -147,11 +147,16 @@ case "$action" in git-upload-pack)

[snapshot/master] a news item about missed imports

2017-09-21 Thread Peter Palfrader
--- web/app/snapshot/templates/news.mako | 9 + 1 file changed, 9 insertions(+) diff --git a/web/app/snapshot/templates/news.mako b/web/app/snapshot/templates/news.mako index 41280b2..3c88f90 100644 --- a/web/app/snapshot/templates/news.mako +++ b/web/app/snapshot/templates/news.mako @@

[snapshot/master] We have now files >= 2gb in the archive readdir_result also

2017-09-21 Thread Peter Palfrader
+# +# Copyright (c) 2009 Peter Palfrader +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights

[snapshot/master] update year

2017-09-21 Thread Peter Palfrader
# -# Copyright (c) 2009 Peter Palfrader +# Copyright (c) 2017 Peter Palfrader # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/db/upgrade_17.py b/db/upgrade_17.py ind

[snapshot/master] We have now files >= 2gb in the archive; adapt dirtree_result also

2017-09-21 Thread Peter Palfrader
+# +# Copyright (c) 2009 Peter Palfrader +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights

[snapshot/master] We have now files >= 2gb in the archive.

2017-09-21 Thread Peter Palfrader
+# +# Copyright (c) 2009 Peter Palfrader +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights

[snapshot/master] One does CREATE EXTENSION to get debversion these days

2017-09-21 Thread Peter Palfrader
--- db/db-init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db-init.sql b/db/db-init.sql index 2ad4d78..f68bf85 100644 --- a/db/db-init.sql +++ b/db/db-init.sql @@ -8,7 +8,7 @@ GRANT USAGE ON SCHEMA public TO PUBLIC; -- next, create the debversion types: -\i

Re: Download resumption not supported by some snapshot servers

2017-03-05 Thread Peter Palfrader
what or where to fiddle with things. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

Bug#821333: snapshot.debian.org: should advertise source-specific [check-valid-until=false] in preference to system-wide flag

2017-01-05 Thread Peter Palfrader
On Thu, 05 Jan 2017, Jochen Sprickerhof wrote: > * Peter Palfrader <wea...@debian.org> [2017-01-05 11:21]: > > > +deb-src [check-valid-until=no] > > href="/archive/debian/20091004T111800Z/">http://snapshot.debian.org/archive/debian/20091004T111800Z/ >

Bug#821333: snapshot.debian.org: should advertise source-specific [check-valid-until=false] in preference to system-wide flag

2017-01-05 Thread Peter Palfrader
| .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

[snapshot/master] and ensure version numbers are ASCII too

2016-08-10 Thread Peter Palfrader
--- web/app/snapshot/controllers/package.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/web/app/snapshot/controllers/package.py b/web/app/snapshot/controllers/package.py index 6d5a684..0faf848 100644 --- a/web/app/snapshot/controllers/package.py +++

Re: [snapshot/master] Fix typos

2016-03-19 Thread Peter Palfrader
On Wed, 16 Mar 2016, Jakub Wilk wrote: > Signed-off-by: Peter Palfrader <pe...@palfrader.org> > --- > mirror/farm-journal-fetch-tarball| 2 +- [..] Thanks. -- | .''`. ** Debian ** Peter Palfrader | : :' : The u

Bug#810585: snapshot.debian.org: add an overlay with - suites

2016-01-09 Thread Peter Palfrader
e-signing Release files if the original verified at the time for instance. I don't see myself having the time to implement it, but if somebody were to attempt to code it, I might help with strong opinions and occasional advice. Cheers, -- | .''`. ** Debian **

Bug#798989: Files seem to appear and disappear

2015-09-14 Thread Peter Palfrader
ter.debian.org -O - -q | Mon Sep 14 03:14:10 2015 | # Above timestamp is timestamp of latest mirrrorrun Investigating. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System

[snapshot/master] Try to handle pg going away temporarily

2015-04-19 Thread Peter Palfrader
--- web/app/snapshot/lib/dbinstance.py | 49 +--- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/web/app/snapshot/lib/dbinstance.py b/web/app/snapshot/lib/dbinstance.py index ef51da2..f7fcf51 100644 --- a/web/app/snapshot/lib/dbinstance.py +++

[snapshot/master] Update import-run from live system on sibelius

2014-10-28 Thread Peter Palfrader
--- master/import-run |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/master/import-run b/master/import-run index 9e32d77..12b3fa5 100755 --- a/master/import-run +++ b/master/import-run @@ -33,7 +33,11 @@ case $archive in #snapshot dumpall --config

Re: Snapshot on wheezy.

2014-03-10 Thread Peter Palfrader
-a $ARCHIVE_NAME import E, [2014-03-10 08:32:51#23318] ERROR -- : Archive snapshot does not exist snapshot@repo00:/srv/snapshot.debian.org$ What does ./snapshot -s -c snapshot.conf list-archives say? -- | .''`. ** Debian ** Peter Palfrader

Re: Debian snapshot.debian.org replica on the Amazon cloud?

2014-02-11 Thread Peter Palfrader
there is. See sudo -l and [1]. That being said, the database is even accessible for unprivileged users. Just run psql service=snapshot. 1. https://dsa.debian.org/user/sudo/ -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http