Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2013-09-22 [長年日記]
_ [Debian] dgit
関西 Debian 勉強会に顔を出してきた。ALSAのお話を拝聴し、dgitのことを聞いていたら、Debian Developerでないと dgit は実行できないという。
それじゃあ、困るべなと。せめて実演するぐらいはガンバロウと。躓いていた点は、自分のアカウント名(yabuki)とDDのアカウント名(yyabuki)が違っていたこと。基本的に~/.ssh/config に
HOST *.debian.org USER yyabukiってのを追加しておけという、オチでした。
$ dgit clone etckeeper canonical suite name for unstable is sid fetching existing git history remote: Counting objects: 2693, done. remote: Compressing objects: 100% (809/809), done. Receiving objects: 7% (189/2693), 36.00 KiB | 56.00 KiB/s [snip!] Receiving objects: 99% (2667/2693), 292.00 KiB | 24.00 KiB/s Receiving objects: 100% (2693/2693), 292.00 KiB | 24.00 KiB/s Receiving objects: 100% (2693/2693), 327.28 KiB | 24.00 KiB/s, done. Resolving deltas: 100% (1859/1859), done. From git+ssh://git.debian.org/git/dgit-repos/repos/etckeeper * [new ref] refs/dgit/sid -> dgit/dgit/sid * [new tag] debian/1.9 -> debian/1.9 From git+ssh://git.debian.org/git/dgit-repos/repos/etckeeper * [new tag] debian/1.8 -> debian/1.8 downloading http://ftp.debian.org/debian//pool/main/e/etckeeper/etckeeper_1.9.dsc... last upload to archive specified git hash HEAD is now at def8d3a releasing package etckeeper version 1.9 dgit ok: ready for work in etckeeperってな感じ。branchは
$ git branch -a * dgit/sid remotes/dgit/dgit/sid
$ dgit fetch wheezy W: suite 'wheezy' not recognised. E: No valid suite given. no version available from the archive dgit: package etckeeper does not exist in suite wheezywheezy は用意されてなかっかった。まあこれからですね。