aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/buildfile4
-rwxr-xr-xdoc/cli.sh4
-rw-r--r--tests/pkg-build.testscript16
-rw-r--r--tests/pkg-status.testscript6
-rw-r--r--tests/pkg-unpack.testscript8
-rwxr-xr-xtests/publish2
-rw-r--r--tests/rep-fetch.testscript14
-rw-r--r--tests/rep-info.testscript6
-rw-r--r--tests/rep-list.testscript6
-rw-r--r--tests/rep-remove.testscript6
10 files changed, 36 insertions, 36 deletions
diff --git a/doc/buildfile b/doc/buildfile
index 7e6661e..f74c02a 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -20,7 +20,7 @@ bpkg-pkg-uninstall \
bpkg-pkg-unpack \
bpkg-pkg-update \
bpkg-pkg-verify \
-bpkg-rep-add \
+bpkg-rep-add \
bpkg-rep-create \
bpkg-rep-fetch \
bpkg-rep-info \
@@ -34,7 +34,7 @@ define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{bpkg bpkg-common-options bpkg-repository-signing $cmds} \
- css{common pre-box man} \
+ css{common pre-box man} \
file{man-*}
./: doc{build2-package-manager-manual*} \
diff --git a/doc/cli.sh b/doc/cli.sh
index 1e25e2a..b0fd0cc 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -14,8 +14,8 @@ while [ $# -gt 0 ]; do
--clean)
rm -f bpkg*.xhtml bpkg*.1
rm -f build2-package-manager-manual*.ps \
- build2-package-manager-manual*.pdf \
- build2-package-manager-manual.xhtml
+ build2-package-manager-manual*.pdf \
+ build2-package-manager-manual.xhtml
exit 0
;;
*)
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index 6724a4e..cbcd35f 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
@@ -1738,7 +1738,7 @@ test.options += --no-progress
configured libbar/0.0.1
EOE
- $pkg_drop libbar
+ $pkg_drop libbar
}
: version-to-wildcard
@@ -1856,7 +1856,7 @@ test.options += --no-progress
configured libbar/0.0.1
EOE
- $pkg_drop libbar
+ $pkg_drop libbar
}
: src-to-version
@@ -1886,7 +1886,7 @@ test.options += --no-progress
configured libbar/0.0.1
EOE
- $pkg_drop libbar
+ $pkg_drop libbar
}
}
@@ -3273,7 +3273,7 @@ test.options += --no-progress
$pkg_disfigure libhello 2>'disfigured libhello/1.0.1';
$pkg_purge libhello 2>'purged libhello/1.0.1';
- rm -r cfg/
+ rm -r cfg/
}
: unpacked
@@ -3297,7 +3297,7 @@ test.options += --no-progress
$pkg_disfigure libhello 2>'disfigured libhello/1.0.1';
$pkg_purge libhello 2>'purged libhello/1.0.1';
- rm -r cfg/
+ rm -r cfg/
}
}
}
diff --git a/tests/pkg-status.testscript b/tests/pkg-status.testscript
index c1278fe..7e0399c 100644
--- a/tests/pkg-status.testscript
+++ b/tests/pkg-status.testscript
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
diff --git a/tests/pkg-unpack.testscript b/tests/pkg-unpack.testscript
index 91fef69..a56168d 100644
--- a/tests/pkg-unpack.testscript
+++ b/tests/pkg-unpack.testscript
@@ -3,10 +3,10 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- auth.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ auth.testscript \
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
diff --git a/tests/publish b/tests/publish
index 90b20c9..df355eb 100755
--- a/tests/publish
+++ b/tests/publish
@@ -76,7 +76,7 @@ for r in $(find test -type d -regex '.*/git/.*/[^/]+\.git'); do
while read branch; do
$echo_git git -C $br push --tags origin "$branch:$branch"
done < <(git -C $br for-each-ref --format='%(refname:short)' \
- 'refs/heads/')
+ 'refs/heads/')
fi
done
diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript
index 3f5e81d..bd67bc1 100644
--- a/tests/rep-fetch.testscript
+++ b/tests/rep-fetch.testscript
@@ -3,10 +3,10 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- auth.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ auth.testscript \
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
@@ -622,7 +622,7 @@ if ($remote != true)
: unchanged-external
:
{
- $clone_cfg && $rep_add $src/libhello-1.0.0;
+ $clone_cfg && $rep_add $src/libhello-1.0.0;
$* 2>!;
$pkg_status libhello >'libhello unpacked 1.0.0'
@@ -634,7 +634,7 @@ if ($remote != true)
cp -r $src/libhello-1.0.0 libhello;
echo "" >+ libhello/manifest;
- $clone_cfg && $rep_add libhello;
+ $clone_cfg && $rep_add libhello;
$* 2>!;
$pkg_status libhello >'libhello unpacked 1.0.0 available 1.0.0#1'
@@ -658,7 +658,7 @@ if ($remote != true)
# warning.
#
$pkg_checkout "style/1.0.0" 2>&1 | \
- sed -e 's/warning: (fetching (over|whole) .*)/info: \1/' >&2 2>!;
+ sed -e 's/warning: (fetching (over|whole) .*)/info: \1/' >&2 2>!;
$rep_add $rep/style.git;
$* 2>!;
diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript
index 8c8e3bf..f72d9d4 100644
--- a/tests/rep-info.testscript
+++ b/tests/rep-info.testscript
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- auth.testscript \
- remote.testscript \
- remote-git.testscript
+ auth.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript
index cdcf673..c622327 100644
--- a/tests/rep-list.testscript
+++ b/tests/rep-list.testscript
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#
diff --git a/tests/rep-remove.testscript b/tests/rep-remove.testscript
index 3c7028c..b675a3f 100644
--- a/tests/rep-remove.testscript
+++ b/tests/rep-remove.testscript
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
.include common.testscript \
- config.testscript \
- remote.testscript \
- remote-git.testscript
+ config.testscript \
+ remote.testscript \
+ remote-git.testscript
# Source repository:
#