Re: [Debconf-discuss] Intro video to ceremony
On 08/23/2015 07:13 PM, Tassia Camoes Araujo wrote: > On 2015-08-23 05:37, Nigel Kukard wrote: >> Does anyone have a link to the video played as the intro to the >> closing ceremony? >> >> I'm looking for the original mp4/flv/ogv/whatever. >> > > There you go: http://valessiobrito.com.br/DebConf15-Final.mp4 > If not already, this video should be on official Debian archives and not only on separate third-party (although Valessio is our member) server. BTW, thanks you Valessio a lot for the video, I hardly managed not to *cry* :) Happy hacking, zlatan -- It's not the COST, it's the VALUE signature.asc Description: OpenPGP digital signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] Intro video to ceremony
Anno domini 2015 Zlatan Todoric scripsit: > > There you go: http://valessiobrito.com.br/DebConf15-Final.mp4 > If not already, this video should be on official Debian archives and > not only on separate third-party (although Valessio is our member) server. +1 > BTW, thanks you Valessio a lot for the video, I hardly managed not to > *cry* :) This video is awesome (allthough it depicts me as wine connoisseur ;) Love Max -- The real problem with C++ for kernel modules is: the language just sucks. -- Linus Torvalds ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] Intro video to ceremony
also sprach Zlatan Todoric [2015-08-24 11:40 +0200]: > > There you go: http://valessiobrito.com.br/DebConf15-Final.mp4 > > If not already, this video should be on official Debian archives and > not only on separate third-party (although Valessio is our member) server. http://annex.debconf.org/debconf-share/debconf15/videos/valessio/dc15-final-impressions.mp4 -- .''`. martin f. krafft @martinkrafft : :' : DebConf orga team `. `'` `- DebConf15: Heidelberg, Germany: http://debconf15.debconf.org DebConf16: Cape Town: https://wiki.debconf.org/wiki/DebConf16 digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current) ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] Intro video to ceremony
It will also be published via video.d.n. Richard Sent by mobile; excuse my brevity. ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] sso.debian.org new prototype is up
On Sun, Aug 23, 2015 at 03:14:33PM +0200, Enrico Zini wrote: > > If I tried to use a comment in the text view available, (to identify > > this enrolment for later), I got a HTTP500 error. Without a comment, it > > works fine. > I can reproduce it on sso.debian.org but not on my laptop. I'll do some > more debugging as soon as I have some time and a better internet > connection. This was the fix: -mo = re.search(r"Serial Number: (\d+) \(0x\d+\)", out) +mo = re.search(r"\s+Serial Number: (\d+) \(0x[0-9a-fA-F]+\)", out) the regular expression that looked for the serial number of the certificate was failing to match in case of serial numbers whose hex representation contained letters. Although it had nothing whatsoever to do with the comments being there, chance had it that whenever I tried to generate a certificate setting a comment, it ended up being one of those with letters in the serial, and whenever I tried generating a certificate without a comment, it ended up being one of those without letters in the serial. It has been an interesting wild goose chase indeed. sso.debian.org has now grown a rather powerful way to trace openssl and certtool invocations :) Enrico -- GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini signature.asc Description: Digital signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
[Debconf-discuss] slides an git annex
Hi, I tried uploading my slides using git annex, and even though I followed the steps in README very closely, they never showep up on http://annex.debconf.org/debconf-share/debconf15/slides/ Looking at the git repository, it seems other people had the same issue, so there are slides in the git repo that are not published yet. Is this just waiting someone with the correct access to do something, or did I and others missed some step? What I did, according to the README, was git annex add $file_or_directory git commit git annex copy --auto --to incoming git annex sync I am sorry but I don't have the terminal output anymore, but there were no error messages, and AFAICT it seems to have worked. $ git remote -v incomingssh://git.debian.org/git/collab-maint/debconf-share (fetch) incomingssh://git.debian.org/git/collab-maint/debconf-share (push) origin git+ssh://git.debian.org/git/collab-maint/debconf-share.git (fetch) origin git+ssh://git.debian.org/git/collab-maint/debconf-share.git (push) website http://annex.debconf.org/debconf-share/.git/ (fetch) website http://annex.debconf.org/debconf-share/.git/ (push) -- Antonio Terceiro signature.asc Description: Digital signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] slides an git annex
also sprach Antonio Terceiro [2015-08-24 16:19 +0200]: > git annex add $file_or_directory > git commit > git annex copy --auto --to incoming > git annex sync Does git annex copy --to origin filename work for you? -- .''`. martin f. krafft @martinkrafft : :' : DebConf orga team `. `'` `- DebConf16: Cape Town: https://wiki.debconf.org/wiki/DebConf16 DebConf17 in your country? https://wiki.debconf.org/wiki/DebConf17 digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current) ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] slides an git annex
On Mon, Aug 24, 2015 at 04:32:31PM +0200, martin f krafft wrote: > also sprach Antonio Terceiro [2015-08-24 16:19 +0200]: > > git annex add $file_or_directory > > git commit > > git annex copy --auto --to incoming > > git annex sync > > Does > git annex copy --to origin filename > > work for you? it did, and now the files are published. Thanks! Is the diff below what we want to change in the README (which I assume is targetted at git-annex newbies like myself)? diff --git a/README b/README index fd31e09..4bb6ac3 100644 --- a/README +++ b/README @@ -49,13 +49,9 @@ You can copy in your files, and publish them as follows: git annex add $file_or_directory git commit -git annex copy --auto --to incoming +git annex copy --to origin $file_or_directory git annex sync -Note: If using git-annex from stable, the --auto in the above line won't -work and nothing will be transferred. Instead, use: -git annex copy --to incoming --not --in website - This transfer goes via the collab-maint group on alioth, which everyone has access to. After your files are transferred there, they are automatically moved on to annex.debconf.org. -- Antonio Terceiro signature.asc Description: Digital signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] slides an git annex
Hi Antonio Terceiro writes: > Hi, > > I tried uploading my slides using git annex, and even though I followed > the steps in README very closely, they never showep up on > http://annex.debconf.org/debconf-share/debconf15/slides/ > > Looking at the git repository, it seems other people had the same issue, > so there are slides in the git repo that are not published yet. Is this > just waiting someone with the correct access to do something, or did I > and others missed some step? > > What I did, according to the README, was > > git annex add $file_or_directory > git commit > git annex copy --auto --to incoming > git annex sync > > I am sorry but I don't have the terminal output anymore, but there were no > error messages, and AFAICT it seems to have worked. I had the same problem when adding the lernstick presentation slides. What fixed it for me was to do git annex copy --to incoming --not --in website This command is mentioned in the README for "stable". I'm on testing and have git-annex 5.20150731-1. So there is probably a bug somewhere. Not sure if it's in the README or git-annex. Gaudenz > > $ git remote -v > incomingssh://git.debian.org/git/collab-maint/debconf-share (fetch) > incomingssh://git.debian.org/git/collab-maint/debconf-share (push) > origin git+ssh://git.debian.org/git/collab-maint/debconf-share.git (fetch) > origin git+ssh://git.debian.org/git/collab-maint/debconf-share.git (push) > website http://annex.debconf.org/debconf-share/.git/ (fetch) > website http://annex.debconf.org/debconf-share/.git/ (push) > > > -- > Antonio Terceiro > ___ > Debconf-discuss mailing list > Debconf-discuss@lists.debconf.org > http://lists.debconf.org/mailman/listinfo/debconf-discuss signature.asc Description: PGP signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] slides an git annex
also sprach Antonio Terceiro [2015-08-24 17:06 +0200]: > it did, and now the files are published. Thanks! > > Is the diff below what we want to change in the README (which I assume is > targetted at git-annex newbies like myself)? Are you using git-annex from stable? -- .''`. martin f. krafft @martinkrafft : :' : DebConf orga team `. `'` `- DebConf16: Cape Town: https://wiki.debconf.org/wiki/DebConf16 DebConf17 in your country? https://wiki.debconf.org/wiki/DebConf17 digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current) ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] [Debconf-announce] First recorded videos live!
Leeching all videos with FileZilla now :) On Tue, Aug 18, 2015 at 10:16 PM, Luna Jernberg wrote: > Works now leeching some more :) > > On Tue, Aug 18, 2015 at 6:16 PM, Luna Jernberg > wrote: > > -- Forwarded message -- > > From: Luna Jernberg > > Date: Tue, Aug 18, 2015 at 6:16 PM > > Subject: Re: [Debconf-discuss] [Debconf-announce] First recorded videos > live! > > To: alberto fuentes , debconf-discuss > > > > > > > > a bunch of videos disappered from http://ftp.acc.umu.se/ anyone have > > any idea of why? > > > > On Tue, Aug 18, 2015 at 1:25 PM, alberto fuentes > wrote: > >> On Tue, Aug 18, 2015 at 7:42 AM, Luna Jernberg > >> wrote: > >>> > >>> Put http://www.downthemall.net/ to download everything new in this > >>> folder every morning at 01:00 > >>> :) > >> > >> > >> if you are really into this plugin better grab it from the repository > with > >> apt install xul-ext-downthemall :) > >> > >> I put together a little script that generates a rss feed for the videos > >> http://104.219.184.171/grab.urls.sh > >> > >> Im using it successfully to import the videos. You can find the RSS feed > >> generated here > >> http://104.219.184.171/debconf15-video.xml > >> > >> And finally, a shameless plug from the debconf-subtitling team... > >> > >> Its a way to watch the videos while contributing and it really helps > >> learning about what is being said during the the talk. > >> > >> There are many people that have trouble following spoken english, > specially > >> with thick accents, but have no problem reading them :) > >> > >> Subtitling/translation to help making the videos available to more > people Is > >> a way to thank the hard work of the video team. Even doing only a few > >> minutes is appreciated > >> > >> Just head to our irc channel #debconf-subs and say hi or check out our > wiki > >> in https://debconf.org/wiki/Videoteam/Subtitles > >> > >> Thanks! > >> > >> ___ > >> Debconf-discuss mailing list > >> Debconf-discuss@lists.debconf.org > >> http://lists.debconf.org/mailman/listinfo/debconf-discuss > >> > ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss
Re: [Debconf-discuss] slides an git annex
On Mon, Aug 24, 2015 at 06:11:42PM +0200, martin f krafft wrote: > also sprach Antonio Terceiro [2015-08-24 17:06 +0200]: > > it did, and now the files are published. Thanks! > > > > Is the diff below what we want to change in the README (which I assume is > > targetted at git-annex newbies like myself)? > > Are you using git-annex from stable? I'm using git-annex from unstable, and that's why I didn't follow the advice for those running from stable/.. $ dpkg-query --show git-annex git-annex 5.20150812-2 -- Antonio Terceiro signature.asc Description: Digital signature ___ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss