Bug#724937: Non free file non distribuable need a wayback machine

2013-11-19 Thread Peter Palfrader
g to be done on snapshot? Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -- To UNSUBSC

Re: rsync access to snapshot.debian.org

2013-11-19 Thread Peter Palfrader
''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -- To UNSUBSCRIBE, email to debian-snapshot-requ...@lists.debian.org with a subject of

Re: rsync access to snapshot.debian.org

2013-11-20 Thread Peter Palfrader
1 snapshot snapshot 42624 Oct 23 2009 ff000b9a45322a0c090ac8ce6051ee63224ba215 unless you want to sync 20tb of that. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `

[snapshot/master] Make template work with strict_tmpl_context, which is the default on wheezy

2013-11-24 Thread Peter Palfrader
--- web/app/snapshot/templates/page.mako |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/snapshot/templates/page.mako b/web/app/snapshot/templates/page.mako index 6a42b13..839aae4 100644 --- a/web/app/snapshot/templates/page.mako +++ b/web/app/snapshot/templa

[snapshot/master] The world is mean and no longer likes string exceptions

2013-11-24 Thread Peter Palfrader
--- db/upgrade |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/db/upgrade b/db/upgrade index 32deda9..ed5d453 100755 --- a/db/upgrade +++ b/db/upgrade @@ -68,7 +68,7 @@ def upgrade(db): except psycopg2.ProgrammingError, msg: db.execute('ROLLBACK') -

[snapshot/master] Make templates work on both wheezy and squeeze

2013-11-24 Thread Peter Palfrader
--- web/app/snapshot/templates/page.mako |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/snapshot/templates/page.mako b/web/app/snapshot/templates/page.mako index 839aae4..b8577dc 100644 --- a/web/app/snapshot/templates/page.mako +++ b/web/app/snapshot/temp

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

2014-01-05 Thread Peter Palfrader
onger be available? They are not redistributable. See http://snapshot.debian.org/removal/ Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System

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

2014-02-11 Thread Peter Palfrader
ccess 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

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

2014-02-11 Thread Peter Palfrader
on sibelius > is fine)? See other email. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/

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

2014-02-13 Thread Peter Palfrader
-- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -- To UNSUBSCRIBE, email to debian-snapsho

Re: Snapshot on wheezy.

2014-03-09 Thread Peter Palfrader
to postgresql 8.x). Which git revision are you on? I just committed some changes I made in November to a wheezy branch. Not sure if that's all that's needed -- please provide feedback. -- | .''`. ** Debian ** Peter Palfrader

Re: Snapshot on wheezy.

2014-03-10 Thread Peter Palfrader
Z=UTC ./snapshot -s -c > >snapshot.conf -p $ARCHIVE_PATH -v -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?

Bug#743846: Can't find libsocket++

2014-04-07 Thread Peter Palfrader
. Cheers, 1. https://ftp-master.debian.org/removals-full.txt -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-htt

[snapshot/master] leaseweb news

2014-06-02 Thread Peter Palfrader
--- web/app/snapshot/templates/description.mako | 14 +- web/app/snapshot/templates/news.mako| 25 - 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/web/app/snapshot/templates/description.mako b/web/app/snapshot/templates/description

[snapshot/master] Maybe linewraps confuse mako?

2014-06-02 Thread Peter Palfrader
--- web/app/snapshot/templates/description.mako | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/app/snapshot/templates/description.mako b/web/app/snapshot/templates/description.mako index 8119bb8..10ab7ce 100644 --- a/web/app/snapshot/templates/description

[snapshot/master] Try closing a quote

2014-06-02 Thread Peter Palfrader
--- web/app/snapshot/templates/description.mako |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/app/snapshot/templates/description.mako b/web/app/snapshot/templates/description.mako index 10ab7ce..2f4a6de 100644 --- a/web/app/snapshot/templates/description.mako +++ b

Bug#765559: snapshot.debian.org: apt-get update only works on second attempt for security snapshots (wheezy)

2014-10-16 Thread Peter Palfrader
instances instantly. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -- To UNSUBSCRIBE, email to debian-

[snapshot/master] Commit some ruby1.9 fixes from November

2014-10-25 Thread Peter Palfrader
--- snapshot | 33 ++--- 1 files changed, 18 insertions(+), 15 deletions(-) diff --git a/snapshot b/snapshot index 25191ce..9ab1822 100755 --- a/snapshot +++ b/snapshot @@ -27,7 +27,7 @@ require 'dbi' require 'logger' require 'digest/sha1' require 'digest/md5' -re

[snapshot/master] The bz2 module no longer is available. Use a different one.

2014-10-25 Thread Peter Palfrader
--- README |2 ++ snapshot | 14 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README b/README index c02d0fb..4b722a1 100644 --- a/README +++ b/README @@ -157,6 +157,8 @@ Web-Depends: python-pylons (that is {python-pylons,python-routes,python-nose,pyt Web-

[snapshot/master] More ruby 1.9 changes

2014-10-25 Thread Peter Palfrader
--- snapshot |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot b/snapshot index 9ab1822..539d702 100755 --- a/snapshot +++ b/snapshot @@ -91,7 +91,7 @@ class FileBackend < StorageBackend fn = File.basename(target) tmpt

[snapshot/master] Faster incremental farm sync

2014-10-28 Thread Peter Palfrader
14 17:39:50 +0100 diff --git a/mirror/farm-list-entries b/mirror/farm-list-entries new file mode 100755 index 000..de111de --- /dev/null +++ b/mirror/farm-list-entries @@ -0,0 +1,81 @@ +#!/usr/bin/python + +# Copyright (c) 2010, 2014 Peter Palfrader +# +# Permission is hereby granted, free of c

Bug#765559: snapshot.debian.org: apt-get update only works on second attempt for security snapshots (wheezy)

2014-10-28 Thread Peter Palfrader
Peter Palfrader schrieb am Donnerstag, dem 16. Oktober 2014: > snapshot.debian.org is mirrored between more than one instance. The > mirror is lagging slightly behind, so it's not completely unexpected > that very recent files do not make it there immediately. > >

[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 "$C

[snapshot/master] Trigger mirrors before adding dumps to git

2014-10-28 Thread Peter Palfrader
--- master/import-run |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/master/import-run b/master/import-run index 12b3fa5..f69e00d 100755 --- a/master/import-run +++ b/master/import-run @@ -30,15 +30,14 @@ case "$archive" in fi snapshot i

[snapshot/master] Set sync-farm-incremental executable

2014-10-28 Thread Peter Palfrader
--- 0 files changed mode change 100644 => 100755 mirror/sync-farm-incremental diff --git a/mirror/sync-farm-incremental b/mirror/sync-farm-incremental old mode 100644 new mode 100755 -- 1.7.10.4 -- To UNSUBSCRIBE, email to debian-snapshot-requ...@lists.debian.org with a subject of "unsubscr

[snapshot/master] Minor README update

2014-10-28 Thread Peter Palfrader
--- mirror/README | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mirror/README b/mirror/README index 6b6f980..308e28d 100644 --- a/mirror/README +++ b/mirror/README @@ -1,12 +1,12 @@ -To sync the farm to a mirror, we can either run rsyncs, but these are -exp

Bug#769500: snapshot.debian.org: Importing of new versions not working?

2014-11-13 Thread Peter Palfrader
/pool/main/b/binutils/ It's just that indexing is broken, so lists like http://snapshot.debian.org/package/binutils/ don't get updated. I'll look into this shortly. weasel -- | .''`. ** Debian ** Peter Palfrader | : :&#x

[snapshot/master] Implement /mr/binary///binfiles

2015-01-01 Thread Peter Palfrader
/snapshot/config/routing.py +++ b/web/app/snapshot/config/routing.py @@ -1,6 +1,6 @@ ## snapshot.debian.org - web frontend # -# Copyright (c) 2009, 2010 Peter Palfrader +# Copyright (c) 2009, 2010, 2015 Peter Palfrader # # Permission is hereby granted, free of charge, to any person obtaining a copy #

Re: Pylons and Python 2 EOL

2015-04-19 Thread Peter Palfrader
be that? Any > thoughts weasel? I'm quite agnostic when it comes to framework. Both Flask and Django look fine for the purpose. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrad

[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 +++ b/w

Re: Pylons and Python 2 EOL

2015-04-19 Thread Peter Palfrader
y questions, please just ask. Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal http://www.palfrader.org/ | `. `' Operating System | `-http://www.debian.org/ -

[snapshot/master] Fix a typo

2015-05-31 Thread Peter Palfrader
--- master/update-trigger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/update-trigger b/master/update-trigger index e620848..6339144 100755 --- a/master/update-trigger +++ b/master/update-trigger @@ -23,6 +23,6 @@ archive="${archive%%/}" # exit 0 #fi -logger

[snapshot/master] set HOME and LC_CTYPE

2015-05-31 Thread Peter Palfrader
--- master/import-run | 7 +++ 1 file changed, 7 insertions(+) diff --git a/master/import-run b/master/import-run index f69e00d..77fe3b5 100755 --- a/master/import-run +++ b/master/import-run @@ -10,6 +10,13 @@ umask 022 CONFIG="$BASE/etc/snapshot.conf" +if [ -z "${HOME:-}" ]; then +

[snapshot/master] update-trigger: add commented out block on how to avoid archive-specific updates

2015-05-31 Thread Peter Palfrader
--- master/update-trigger | 5 + 1 file changed, 5 insertions(+) diff --git a/master/update-trigger b/master/update-trigger index a591938..e620848 100755 --- a/master/update-trigger +++ b/master/update-trigger @@ -18,6 +18,11 @@ archive="$1" archive="${archive##/srv/mirrors/}" archive="${ar

[snapshot/master] Call bzip2 directly since ruby changes bzip2 modules all the time, and right now doesn't even have one

2015-05-31 Thread Peter Palfrader
--- snapshot | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/snapshot b/snapshot index 957fef4..ac1a974 100755 --- a/snapshot +++ b/snapshot @@ -907,15 +907,11 @@ class PackageIndexer prev_index = open_file('/indices/package-fi

[snapshot/master] update apache.conf for jessie

2015-05-31 Thread Peter Palfrader
--- etc/apache.conf | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/etc/apache.conf b/etc/apache.conf index d4145c4..8dd4c29 100644 --- a/etc/apache.conf +++ b/etc/apache.conf @@ -26,10 +26,13 @@ WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=

[snapshot/master] fix whitespace

2015-05-31 Thread Peter Palfrader
--- master/update-trigger | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/update-trigger b/master/update-trigger index 6339144..1edae54 100755 --- a/master/update-trigger +++ b/master/update-trigger @@ -19,8 +19,8 @@ archive="${archive##/srv/mirrors/}" archive="${ar

Bug#798978: Snapshot.debian.org not following HTTP standards reg. ETag

2015-09-14 Thread Peter Palfrader
Package: snapshot.debian.org Michael Bisbjerg reports in that the snapshot web-app does not do etags correctly. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `'

[snapshot/master] Try to double quote the etag (closes: #798978)

2015-09-14 Thread Peter Palfrader
--- web/app/snapshot/controllers/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/snapshot/controllers/archive.py b/web/app/snapshot/controllers/archive.py index 2a4cc47..fd54bff 100644 --- a/web/app/snapshot/controllers/archive.py +++ b/web/app/snapshot/cont

Bug#798989: Files seem to appear and disappear

2015-09-14 Thread Peter Palfrader
apshot-master.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/ | `. `

Re: Incorrect frozen version of package tzdata in Debian Snapshot

2015-12-08 Thread Peter Palfrader
-updates/main amd64 Packages | 100 /var/lib/dpkg/status | 2015f-0+deb8u1 0 | 500 http://ftp.at.debian.org/debian/ jessie/main amd64 Packages | 500 http://snapshot.debian.org/archive/debian/20151102T01Z/ jessie/main amd64 Packages Hope that helps, Peter --

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, -- | .''`.

Re: [snapshot/master] Fix typos

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

Re: question about snapshot.debian.org

2016-07-13 Thread Peter Palfrader
u might also try to see if something that has already been written, like debsnap, does not already serve your need. Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

[snapshot/master] ensure binary and source package names are ASCII even in the machine readable interface

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

[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 +++ b/web/app/snapshot/controllers/p

Bug#835967: Varnish cache server: 503 Service Unavailable

2016-09-25 Thread Peter Palfrader
be useful too. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

Bug#838561: snapshot.debian.org: Error 503 Service Unavailable on some URL

2016-09-25 Thread Peter Palfrader
le-setup/console-setup_1.148.tar.xz > > I get the following error: > > Error 503 Service Unavailable It seems to work now. It's not obvious what is causing these intermittent issues. Any additional information you might have could be useful. -- | .

[snapshot/master] forbid POST requests to snapshot

2016-10-27 Thread Peter Palfrader
--- etc/apache.conf | 5 + 1 file changed, 5 insertions(+) diff --git a/etc/apache.conf b/etc/apache.conf index 3c19de5..161ed95 100644 --- a/etc/apache.conf +++ b/etc/apache.conf @@ -18,6 +18,11 @@ WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ processes AliasMatc

Re: Processing every sid main Sources.xz from snapshot.d.o

2016-11-01 Thread Peter Palfrader
rchive ON mirrorrun.archive_id = archive.archive_id JOIN directory ON node.parent = directory.directory_id WHERE archive.name='debian' AND path = '/dists/sid/main/source' AND file.name = 'Sources.gz' LIMIT 4 ; re b: /srv/snapshot.debian.org/farm Cheers,

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/

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 [2017-01-05 11:21]: > > > +deb-src [check-valid-until=no] > > href="/archive/debian/20091004T111800Z/">http://snapshot.debian.org/archive/debian/20091004T111800Z/ > > > lenny ma

Re: https for snapshot.debian.org

2017-03-05 Thread Peter Palfrader
On Sun, 05 Mar 2017, Andrey Gursky wrote: > > any plans for enabling https for snapshot.debian.org? Or there are some > > known issues to be solved? It's somewhere on the list but not a priority at this time. -- | .''`. ** Debi

Re: Download resumption not supported by some snapshot servers

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

[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 /usr

[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] 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] 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 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] 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] 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) requ

[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] 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 +++ b/web/app/snapshot/templates/ne

[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 /Archive-Update-in-Progress-stabi

[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 "N

[snapshot/master] add to git: trigger lw09 and lw10 too

2018-05-29 Thread Peter Palfrader
--- master/import-run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/master/import-run b/master/import-run index b57b097..dd6e6cf 100755 --- a/master/import-run +++ b/master/import-run @@ -42,6 +42,8 @@ case "$archive" in ssh -T -i "$BASE"/.ssh/id-trigger lw02 < /dev/null >

[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] add to git: fsck: adapt format string to 64 bit size_t

2018-05-29 Thread Peter Palfrader
--- fsck/check-1/hasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck/check-1/hasher.c b/fsck/check-1/hasher.c index 1505c74..5832c06 100644 --- a/fsck/check-1/hasher.c +++ b/fsck/check-1/hasher.c @@ -106,7 +106,7 @@ static PyObject *hash_file(PyObject *self, PyObject

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

2018-07-22 Thread Peter Palfrader
se 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 | : :&#x

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

2018-08-16 Thread Peter Palfrader
ian.org 57468 | 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#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

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

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 t

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: > srcpkg_id also matter. So slightly less bad: > > snapshot=> select * from (select count(*) as c, name, version, srcpkg_id from > binpkg group by name, version, srcpkg_id) as s where s.c > 1 order by s.c, > s.

Re: Removal of ARM64 from jessie updates?

2018-09-13 Thread Peter Palfrader
. there are exceptions for when we realize licenses didn't allow us to redistribute, but those are rare. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

Bug#912524: snapshot.debian.org is unreachable from (apparently) 18.128.0.0/9

2018-11-02 Thread Peter Palfrader
agree that blocking large chunks is not ideal. We would welcome you working with us on finding actual rate limiting configurations that work. So far, many have suggested but nobody has actually delivered anything. -- | .''`. ** Debian ** Peter Pa

Bug#913940: [snaps...@debian.org: WebApp Error: : value "2261434398" is out of range for type integer CONTEXT: PL/Perl function "stat"]

2018-11-17 Thread Peter Palfrader
i.total_requests: 2761L mod_wsgi.version: (4, 5, 11) paste.registry: paste.throw_errors: True pylons.action_method: > pylons.controller: pylons.environ_config: {'session': 'beaker.session', 'cache': 'beaker.cache'} pylons.log_debug: False pylons.pylons: pylons.routes_dict: {'date': u'20181030T081520Z', 'url': u'pool/main/u/unidic-mecab/unidic-mecab_2.3.0+dfsg.orig.tar.gz', 'controller': u'archive', 'archive': u'debian', 'action': u'dir'} routes.route: routes.url: wsgi process: 'Multi process AND threads (?)' wsgi.file_wrapper: wsgiorg.routing_args: (, {'date': u'20181030T081520Z', 'url': u'pool/main/u/unidic-mecab/unidic-mecab_2.3.0+dfsg.orig.tar.gz', 'controller': u'archive', 'archive': u'debian', 'action': u'dir'}) - End forwarded message - -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

[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

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

2018-12-11 Thread Peter Palfrader
you please help me with it? Where are you coming from, network-wise? -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

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

2018-12-11 Thread Peter Palfrader
27;m trying 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 Palf

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

2019-05-14 Thread Peter Palfrader
his is snapshot being 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 **

Re: Connecting to snapshot.debian.org failed: Connection refused

2019-05-27 Thread Peter Palfrader
h, we block clients that appear abusive and take snapshot down for everyone. Some blocks are manual, some automatic. Building CDs or repeatedly building CI images is probably not something that snapshot can deal with at the moment. Cheers, -- | .''`.

Re: FW: Accessing snapshot.debian.org packages

2019-07-04 Thread Peter Palfrader
s just thinking there might be a way to access the data > that would incur some costs. I'm not sure 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

Re: Missing debian-debug snapshots and packages

2019-09-29 Thread Peter Palfrader
ot make way for 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

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/

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
can handle the load way better. -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `-https://www.debian.org/

[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

[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