Differences between revisions 170 and 171
Revision 170 as of 2018-10-15 20:49:26
Size: 3070
Editor: HolgerLevsen
Comment: gone for good
Revision 171 as of 2019-01-06 18:15:41
Size: 3043
Editor: HolgerLevsen
Comment: done by now
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * drop non edu g-i tests

Salsa migration / Alioth shutdown

  • tux4kids:
    • inform other maintainers and upstream lists
    • needs new homepage…
  • replace anonscm and alioth in jenkins.debian.net.git

example stuff I do or did

usertags

more random stuff

  • check dep5 copyright files: cme check dpkg-copyright (needs libconfig-model-dpkg-perl)
  • :zi in vim: disable folding
  • vim: revert undo / redo: ctrl-r
  • screen: always start with -S name
  • dpkg --compare-versions 0.79-3.2~holger1 lt 0.79-3.2 ; echo $?
  • To put a package on hold: echo pkgname hold | dpkg --set-selections
  • To remove the hold: echo pkgname install | dpkg --set-selections
  • echo 'Acquire::PDiffs "false";' > /etc/apt/apt.conf.d/99pdiff

  • netcat for dummies:
    • on host1: cat file | nc $host2 6666
    • on host2: nc -l -p 6666 | cat > file # needs to be interrupted with ctrl-c

  • ssh qa.debian.org /org/qa.debian.org/mia/mia-query fubar@email
  • give back a package to rebuild it: <zobel> mail the buildd "retry" in body with the correct subject iin the mail, that usually means, just preply to the build log (and send the mail to buildd@foo)

  • svn propset svn:executable ON $file
  • svn propedit svn:ignore .
  • svn diff -r BASE:HEAD

  • openoffice.org: in menu -> format -> autoformat -> while entering (während der eingabe)

  • reporting kernel bugs: reportbug linux-image-$(uname -r)
  • compare ssh-fingerprint with the one in known_hosts: ssh-keygen -l -f .ssh/known_hosts|grep $HOSTNAME

  • the same but different ssh-keygen -l -f /etc/ssh/ssh_known_hosts | grep 

  • press ~. to interrupt a ssh connection which has died

  • svn, knowing the diff before updating:  svn diff --revision HEAD 

  •  git-import-orig --upstream-branch=master --no-merge --pristine-tar ../piuparts_0.42.tar.gz

  • sudo -l tells you, what you can do with sudo...

  • irc:
    • /msg chanserv set #reproducible-builds mlock -R
    • /msg chanserv set #reproducible-builds mlock +R
  • temp: /mode #debian-reproducible -R
  • HolgerLevsen/OldStuff