#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: newaccepted

comment:2 Changed on 01/15/17 at 08:35:37 by punitvara

Thanks

comment:3 Changed on 01/26/17 at 07:16:00 by Sebastian Huber

Milestone: 4.11.14.11.2

comment:4 Changed on 03/21/17 at 03:22:29 by Chris Johns <chrisj@…>

Resolution: fixed
Status: acceptedclosed

In e9b193a/rtems-docs:

rsb: Fix the path to the tar for the untar with strip option.

The change is different to the ticket because the example is about coping
and deploying the build on a different machine.

Closes #2324.

comment:5 Changed on 03/21/17 at 03:22:59 by Chris Johns <chrisj@…>

In d8795ef/rtems-docs:

rsb: Fix the path to the tar for the untar with strip option.

The change is different to the ticket because the example is about coping
and deploying the build on a different machine.

Closes #2324.

comment:6 Changed on 07/11/17 at 00:54:26 by Chris Johns <chrisj@…>

In e9b193a/rtems-docs:

rsb: Fix the path to the tar for the untar with strip option.

The change is different to the ticket because the example is about coping
and deploying the build on a different machine.

Closes #2324.

comment:7 Changed on 10/10/17 at 06:06:29 by Sebastian Huber

Component: Documentationdoc
Note: See TracTickets for help on using tickets.