Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/dbconfig-common/examples/ drwxr-xr-x | |
| Viewing file: Select action/file-type: #!/bin/sh
packages="db-test-mysql-2.0 db-test-mysql-2.1 db-test-mysql-frontend-2.0 \
db-test-mysql-perl-2.0 db-test-pgsql-2.0 db-test-pgsql-2.1 db-test-pgsql-2.2 \
db-test-pgsql-migration-1.9 db-test-pgsql-migration-2.0 \
db-test-multidbtype-2.0 db-test-sqlite-2.0
db-test-sqlite3-2.0 "
echo -n "building packages:"
for f in $packages; do
echo -n " ($f)"
(
cd $f;
fakeroot debian/rules binary >/dev/null;
fakeroot debian/rules clean >/dev/null;
)
done
echo " done. have fun :)"
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]-- |