スポンサーサイト
上記の広告は1ヶ月以上更新のないブログに表示されています。
新しい記事を書く事で広告が消せます。
新しい記事を書く事で広告が消せます。
さて、何書こう?
$ mkdir k9mail
$ export SD_REPO=~/k9mail
$ sd clone --from "gcode:k9mail"
gcode:k9mail: Finding matching tickets
gcode:k9mail: Searching for tickets.
This can take a very long time on initial sync or if you haven't synced in a long time.
n/a n/a n/a################### 100.0% 0:00########## 100.0% Est: 0:00
Done.
$ sd browser
$ mkdir vgc
$ export SD_REPO=~/vgc
$ sd clone --from "gcode:version-gantt-chart"
Can't call method "find_by_tag_name" on an undefined value
at ~/sd/bin/../lib/perl5/Net/Google/Code.pm line 108.
97: $tree = $self->html_tree( html => $tree ) unless blessed $tree;
108: my @members_tags =
109: $tree->look_down( id => 'members' )->find_by_tag_name('a');
108: my $id_members_tag = $tree->look_down( id => 'members' );
109: my @members_tags;
110: $self->members_tags = $id_members_tag->find_by_tag_name('a') if $id_members_tag;
$ bin/sd clone --from "gcode:version-gantt-chart"
gcode:version-gantt-chart: Finding matching tickets
gcode:version-gantt-chart: Searching for tickets. This can take a very long time on initial sync or if you haven't synced in a long time.
n/a n/a n/a################### 100.0% 0:00########## 100.0% Est: 0:00
Done.
$ cd
$ mkdir sd
$ cd sd
$ wget http://fsck.com/sd
$ cd sd
$ perl sd
Building cpan-Scalar-List-Utils
Building cpan-String-BufferStack
... 長いので省略 ...
Building cpan-DBD-SQLite
Building cpan-Crypt-SSLeay
build cpan-Crypt-SSLeay configure part failed.
at bin/shipwright-builder line 549
main::_install('cpan-Crypt-SSLeay', 'GLOB(0x92ce388)') called at bin/shipwright-builder line 404
main::install() called at bin/shipwright-builder line 267
$ perl sd
Building cpan-Crypt-SSLeay
Building cpan-JSON
... 長いので省略 ...
Building cpan-Net-Redmine
Building cpan-Test-Script-Run
Building sd.git
install finished, the dists are at /home/tenma/sd
Linux_installed.yml __as as bin etc lib man sdex-15850 tools
$ bin/sd
It appears that you haven't specified a local replica path.
You can do so by setting the SD_REPO environment variable.
'sd help intro' will tell you a bit about how to get started with sd.
'sd help' will show show you a list of help topics.
$ mkdir projects
$ export SD_REPO=~/sd/projects
$ bin/sd init
Initialized your new Prophet database.
You need an email address configured to use SD. I'll try to find one.
Couldn't determine an email address to attribute your SD changes to.
What email shall I use? tenma@test.com
Use this for (a)ll your SD databases or (j)ust this one? [J/a]: a
- added email 'tenma@test.com' to
/home/tenma/.sdrc
Want to edit your new bug database's settings now? [Y/n]: y
$ bin/sd browser
$ mkdir projects2
$ export SD_REPO=~/sd/projects2
$ bin/sd clone --from file:///home/tenma/sd/projects
############################.. 96.2% 0:00
Done.