Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/poudriere-bulk.87
-rw-r--r--src/bin/poudriere-testport.84
-rwxr-xr-xsrc/share/poudriere/bulk.sh2
-rwxr-xr-xsrc/share/poudriere/testport.sh4
4 files changed, 12 insertions, 5 deletions
diff --git a/src/bin/poudriere-bulk.8 b/src/bin/poudriere-bulk.8
index 06443ab0..5916c633 100644
--- a/src/bin/poudriere-bulk.8
+++ b/src/bin/poudriere-bulk.8
@@ -28,7 +28,7 @@
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
-.Dd March 10, 2019
+.Dd December 9, 2019
.Dt POUDRIERE-BULK 8
.Os
.Sh NAME
@@ -42,6 +42,7 @@
.Op Fl CcFIikNnRrSTtvw
.Op Fl B Ar name
.Op Fl J Ar maxjobs Ns Op Cm \&: Ns Ar prebuildmaxjobs
+.Op Fl O Ar overlays
.Op Fl p Ar tree
.Op Fl z Ar set
.Nm poudriere
@@ -51,6 +52,7 @@
.Op Fl CcFIikNnRrSTtvw
.Op Fl B Ar name
.Op Fl J Ar maxjobs Ns Op Cm \&: Ns Ar prebuildmaxjobs
+.Op Fl O Ar overlays
.Op Fl p Ar tree
.Op Fl z Ar set
.Nm poudriere
@@ -59,6 +61,7 @@
.Op Fl CcFIikNnRrSTtvw
.Op Fl B Ar name
.Op Fl J Ar maxjobs Ns Op Cm \&: Ns Ar prebuildmaxjobs
+.Op Fl O Ar overlays
.Op Fl p Ar tree
.Op Fl z Ar set
.Ar origin Op Ar origin2 ...
@@ -189,6 +192,8 @@ Do not build a package repository when the build is completed.
Dry run.
Show what would be done, but do not actually build or delete any
packages.
+.It Fl O Ar overlays
+Specify extra ports trees to overlay.
.It Fl p Ar tree
Specify on which ports
.Ar tree
diff --git a/src/bin/poudriere-testport.8 b/src/bin/poudriere-testport.8
index dd1ecdcb..c40a7ae6 100644
--- a/src/bin/poudriere-testport.8
+++ b/src/bin/poudriere-testport.8
@@ -28,7 +28,7 @@
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
-.Dd March 14, 2018
+.Dd December 9, 2019
.Dt POUDRIERE-TESTPORT 8
.Os
.Sh NAME
@@ -115,6 +115,8 @@ Do not build package repository when build of dependencies is
completed.
.It Fl P
Use custom prefix.
+.It Fl O Ar overlays
+Specify extra ports trees to overlay.
.It Fl p Ar tree
Specifies which ports
.Ar tree
diff --git a/src/share/poudriere/bulk.sh b/src/share/poudriere/bulk.sh
index 0a717d28..f7cd9fa9 100755
--- a/src/share/poudriere/bulk.sh
+++ b/src/share/poudriere/bulk.sh
@@ -55,7 +55,7 @@ Options:
-N -- Do not build package repository when build completed
-n -- Dry-run. Show what will be done, but do not build
any packages.
- -O overlays -- Specify path to overlay onto the ports tree
+ -O overlays -- Specify extra ports trees to overlay
-p tree -- Specify on which ports tree the bulk build will be done
-R -- Clean RESTRICTED packages after building
-r -- Resursively test all dependencies as well
diff --git a/src/share/poudriere/testport.sh b/src/share/poudriere/testport.sh
index fe5bc025..227cc933 100755
--- a/src/share/poudriere/testport.sh
+++ b/src/share/poudriere/testport.sh
@@ -52,8 +52,8 @@ Options:
any packages.
-N -- Do not build package repository when build of dependencies
completed
- -O overlays -- Specify the overlay which should be added to the ports tree
- -p tree -- Specify the path to the portstree
+ -O overlays -- Specify extra ports trees to overlay
+ -p tree -- Specify the path to the ports tree
-P -- Use custom prefix
-S -- Don't recursively rebuild packages affected by other
packages requiring incremental rebuild. This can result