Opened 9 years ago

Last modified 9 years ago

#639 new defect

hsct depends on last component of build dir

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone:
Component: coastline Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

If I do hsct.st init <path> amd64 build in a directory called something/coast-build/amd64, it succeeds. If I do the same in something/coast-build, it fails.

Change History (1)

comment:1 by Vojtech Horky, 9 years ago

Would you, please, provide more details about the nature of the failure?

Following works for me with latest mainline and coastline:

mkdir /tmp/bug-639

cd /tmp/bug-639

bzr branch bzr://helenos.org/mainline
bzr branch bzr://helenos.org/coastline

mkdir -p something/coast-build/amd64

(
    cd something/coast-build/amd64
    
    /tmp/bug-639/coastline/hsct.sh init /tmp/bug-639/mainline amd64 build
)

(
    cd something/coast-build
    
    /tmp/bug-639/coastline/hsct.sh init /tmp/bug-639/mainline amd64 build
)
Note: See TracTickets for help on using tickets.