Changeset c665be1 in rtems-source-builder


Ignore:
Timestamp:
12/18/22 05:03:37 (3 months ago)
Author:
Chris Johns <chrisj@…>
Branches:
5
Children:
9144a4a
Parents:
1116c5f
Message:

sb: Find the top when a release

Closes #4777

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source-builder/sb/version.py

    r1116c5f rc665be1  
    9595    if _top_dir is None:
    9696        top = path.dirname(sys.argv[0])
     97        if top.endswith('source-builder/sb'):
     98            top = path.dirname(path.dirname(top))
    9799    else:
    98100        top = _top_dir
Note: See TracChangeset for help on using the changeset viewer.