Skip to content

Commit 26ff151

Browse files
author
ajohns
committed
-wiki update for relocatable pkg attrib
1 parent ef19e3f commit 26ff151

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

wiki/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ This directory holds the content used to produce the Rez Wiki documentation
44
found [here](https://github.com/nerdvegas/rez/wiki).
55

66
You should include relevant wiki updates with your code PRs.
7+
8+
To update the wiki, make your changes here, then run ./update-wiki.sh.

wiki/pages/Package-Definition-Guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,14 @@ pass; then, all *commands* are run in a second; and lastly, *post_commands* are
546546
phase. It is sometimes useful to ensure that some of a package's commands are run before, or after
547547
all others, and using pre/post_commands is a way of doing that.
548548

549+
### relocatable
550+
*Boolean*
551+
552+
relocatable = True
553+
554+
Determines whether a package can be copied to another package repository (using the `rez-cp` tool for
555+
example). If not provided, this is determined from the global config setting [default_relocatable](Configuring-Rez#default_relocatable).
556+
549557
### requires
550558
*List of string*
551559

0 commit comments

Comments
 (0)