#2324 closed enhancement (fixed)
Documentation and quick start for the RSB
Reported by: | punitvara | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 4.11.2 |
Component: | doc | Version: | 4.10 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
https://ftp.rtems.org/pub/rtems/people/chrisj/source-builder/source-builder.html
In this guide 2.5. Distributing and Archiving A Build
It would be better if
$ cd
$ cd development/rtems/src/rtems-source-builder/rtems/tar
$ tar --strip-components=3 -xjf rtems-4.11-sparc-rtems4.11-1.tar.bz2
instead of
$ cd
$ tar --strip-components=3 -xjf rtems-4.11-sparc-rtems4.11-1.tar.bz2
because cd leads to home directory and no tar file actually will be created at home directory .Every time it will be created at development/rtems/src/rtems-source-builder/rtems/tar
and for extract the file ,user need migrate to this directory.
Change History (7)
comment:1 Changed on 01/14/17 at 20:54:01 by Chris Johns
Owner: | set to Chris Johns |
---|---|
Status: | new → accepted |
comment:2 Changed on 01/15/17 at 08:35:37 by punitvara
comment:3 Changed on 01/26/17 at 07:16:00 by Sebastian Huber
Milestone: | 4.11.1 → 4.11.2 |
---|
comment:4 Changed on 03/21/17 at 03:22:29 by Chris Johns <chrisj@…>
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:7 Changed on 10/10/17 at 06:06:29 by Sebastian Huber
Component: | Documentation → doc |
---|
Note: See
TracTickets for help on using
tickets.
Thanks