Google Summer of Code 2018

2018-01-09 Thread Jacob Adams
I would be interested in helping Debian through the Google Summer of Code 2018, but I'm not sure if Debian plans to enter this year. It looks like it didn't happen last year but I can't find anything one way or another about this year. There's no wiki page so I'm guessing no? Thanks, Jacob

Re: Google Summer of Code 2018

2018-01-09 Thread Jacob Adams
On Tue, Jan 9, 2018 at 1:21 PM, Molly de Blanc wrote: > We just started discussing it at outreach@. > > The deadline for organization applications is January 23rd. I spoke with > Josh Simmons (at GSoC), who is enthusiastic about renewed Debian > participation as well. > > In order to proceed, we

Fwd: Google Summer of Code 2018

2018-01-09 Thread Jacob Adams
I've created a Debian wiki page for GSoC 2018 for coordinating this: https://wiki.debian.org/SummerOfCode2018 Adding projects should work correctly. I used the templates from last year because I'm not sure how to make new ones but they should work well enough. Thanks, Jacob

Re: Google Summer of Code 2018

2018-01-11 Thread Jacob Adams
ted to being outreachy mentors[1], but did >> not end up with an intern this round, would be good places to start, I >> think, as well as an open call. >> >> [1]: https://wiki.debian.org/Outreachy/Round15/Projects >> >> Cheers, >> M. >> >> On 01/0

Project Proposal Review

2018-01-17 Thread Jacob Adams
I was asked on IRC to review the current project proposals for GSoC 2018 and see how robust they are, i.e. how clear and understandable the requirements are to a prospective student. https://wiki.debian.org/SummerOfCode2018/Projects/ClickToDialPopupWindowForLinuxDesktop As described, seems like a

Re: GSoC 2018: PKI/PGP Clean Room

2018-02-23 Thread Jacob Adams
Full-name: Jacob Adams First-name: Jacob IRC-Nick: tookmund Main-programming-language: Python Other-programming-languages: C, Go, C++, Java, Javascript (minimal) Salsa-username: tookmund-guest Wiki-username: JacobAdams Blog: N/A Github-profile: https://github.com/tookmund/ Potential-co

GSoC Proposal Draft Feedback

2018-03-12 Thread Jacob Adams
I've written a draft proposal for my GSoC application and I'm now looking for feedback: https://wiki.debian.org/JacobAdams/PGPCleanRoomGSoC2018ProjectProposal I wasn't sure what format Debian would prefer or how much detail is required so I figured that I would just submit a draft and see what pe

Re: GSoC Proposal Draft Feedback

2018-03-16 Thread Jacob Adams
On 03/15/2018 11:16 PM, Daniele Nicolodi wrote: > On 12/03/2018 15:57, Jacob Adams wrote: >> I've written a draft proposal for my GSoC application and I'm now >> looking for feedback: >> >> https://wiki.debian.org/JacobAdams/PGPCleanRoomGSoC2018ProjectProposa

PGP Clean Room GSoC 2018 Week 1 Progress Report

2018-05-18 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Integrate my application with the PGP Clean Room via a deb package - Write user stories and a workflow for my application - Wrote basic GPGME

PGP Clean Room GSoC 2018 Week 2 Progress Report

2018-05-25 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Added a simple project README - Added a few unittests for most things that I've written so far - Hand off all password management to GPG - R

PGP Clean Room GSoC 2018 Week 3 Progress Report

2018-06-01 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - GPG subkey export and tests for it - Progress bars for disk formatting and partitioning - Logging gpgme, gpg-agent, and the paritioning scrip

PGP Clean Room GSoC 2018 Week 4 Progress Report

2018-06-08 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Make sure all cancel buttons work and all buttons do something - PEP8 compliance - Basic automation for testing new key generation - Retry o

PGP Clean Room GSoC 2018 Week 5 Progress Report

2018-06-15 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Initial gettext support - Lots of menu cleanup, both boot menu and the application menu - Key signing - Proper screen refresh after pinentry

PGP Clean Room GSoC 2018 Week 6 Progress Report

2018-06-22 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Key expiration - Rewrite gpgme-editkey stuff with python's Context.interact - Smartcard module, first through Context.interact then rewritten vi

PGP Clean Room GSoC 2018 Week 7 Progress Report

2018-06-29 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Generate Keys on Smartcard - Move workdir to ~/.gnupg to avoid socket errors - Use getty autologin for a proper login process - Add support for

PGP Clean Room GSoC 2018 Week 8 Progress Report

2018-07-06 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Fix Pinentry: inappropriate ioctl on device issue - https://salsa.debian.org/tookmund-guest/pgpcr/issues/10 - Generate revocation cert

Re: Submitting a simple deb package

2018-07-11 Thread Jacob Adams
On 07/11/2018 10:04 AM, Umang Parmar wrote: > You should uploading your package on mentors.debian.net >  and ask for sponsorship on debian-mentors > mailing list to get in contact with more Debian Developers who can > review and then upload ypur package. This is definite

Re: Submitting a simple deb package

2018-07-11 Thread Jacob Adams
On 07/11/2018 10:48 AM, Dashamir Hoxha wrote: > On Wed, Jul 11, 2018 at 4:34 PM Jacob Adams <mailto:tookm...@gmail.com>> wrote: > > On 07/11/2018 10:04 AM, Umang Parmar wrote: > > You should uploading your package on mentors.debian.net > <http://men

PGP Clean Room GSoC 2018 Week 9 Progress Report

2018-07-13 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Reread and refactor what I have so far - Remove unused imports - Move all snack operations to newt module - Setup console font with a separa

PGP Clean Room GSoC 2018 Week 10Progress Report

2018-07-20 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Release Beta 2 for public testing - https://tookmund.com/2018/07/pgp-clean-room-beta - Set keyboard layout and console font via setupc

PGP Clean Room GSoC 2018 Week 11 Progress Report

2018-07-27 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - File picker for backup import - https://salsa.debian.org/tookmund-guest/pgpcr/issues/24 - More user control over disk handling - Asse

PGP Clean Room GSoC 2018 Week 12 Progress Report

2018-08-03 Thread Jacob Adams
You can find the CHANGELOG I've been keeping on salsa.d.o: https://salsa.debian.org/tookmund-guest/pgpcr/blob/master/CHANGELOG.md What I did this week: - Add expert mode and hide unnecessary options behind it - Add expert option for signing specific UIDs - Only ask to save changes if changes ha

PGP Clean Room GSoC 2018 Final Report

2018-08-12 Thread Jacob Adams
My final report is a blog post that also announces the 1.0 release of my project: https://tookmund.com/2018/08/pgp-clean-room Thanks, Jacob signature.asc Description: OpenPGP digital signature