To Software Software - To Software-Assessment - Software/Assessment
Minutes of the MiniTOP on the 2010-12-14
Setting
The MiniTOP will be held via telco 20:00 CET
Attendees: Dirk, Michael, Uli, Martin
Action items from last meeting
- Markus to review #896
Michael: update Documentation Software Assessment Documentation
Dirk: write and add new update of "Thawte" patch Bug# 827
Topics
- State Testserver Update
Current Patch on Testserver: "Thawte" patch Bug# 827
New infos from Arbitration a20100822.1 interactive session dated 2010-11-07
- Andreas/Markus: signer deployment - Update
- Automated testing system - Update
- Andreas, Magu, MSchiffer
- next meeting: Tuesday, Dec 21, 2010 ?
Minutes
- Action items from last meeting
Dirk's "Thawte" patch Bug# 827 finished
- Uploading to ftp server, or git, live update
- git is installed
w/ ssh access perm: git clone ssh://git-cacert.it-sls.de/var/cache/git/cacert-devel.git
- w/o ssh access perm: git clone git://git-cacert.it-sls.de/cacert-devel.git
- modified files source: /pages/wot/10.php and 15.php
- cd cacert-devel
- git checkout bug-827
- (git branch (to verify))
- copy modified files to this branch
- git status (modified files)
- git add /pages/wot/10.php
- git status (should display: files changes commited)
- alternate (for old git versions) eg cacert1
- git-update-index pages/wot/10.php
- # Updated but not checked in: # (will commit
- git commit (text editor will open, add your comment here)
- git push
- patch is now on cacert-devel
- to mirror to testserver
- git checkout master
- git-merge bug-827
- old versions:
- git pull . bug-827 (seems to be ok)
- git push
- (changes in bug 827 also in central repository)
- cacert1 ssh login
- cd /home/cacert/www (git repository of testserver)
- msu (su like)
- git branch (should be master)
- git pull [origin master]
- msu config: usr/local/etc/msu/user
- verification testserver: 10.php + 15.php from patch is active
- Andreas/Markus: signer deployment - Update
- Wytze added signer source into cvs also included under src zip link
- next meeting: Tuesday, Dec 21, 2010, 21:00 CET
- sql query about arb case recover deleted account
delete account -> sets deleted, content left intact
delete email -> set flag to revoke certs, sets deleted = now(), content left intact
Action items:
- Uli: push testing Bug 827 (update 2010-12-14)
- Michael: sql query about arb case recover deleted account
- table user: set deleted date to '0'
- table email: primary email set deleted date to '0'
Dirk: Bug #794, Bug #893 - SE certs view, arbitrated Delete Account procedure