K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / dbconfig-common / examples /
server ip : 172.67.156.115

your ip : 172.69.214.17

H O M E


Filename/usr/share/doc/dbconfig-common/examples/buildpackages.sh
Size522
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 10:12
Last modified17-Mar-2010 01:35
Last accessed07-Jul-2025 00:05
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/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-migration-1.9 db-test-pgsql-migration-2.0 \
db-test-multidbtype-2.0 db-test-sqlite-2.0
db-test-multidbtype-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 :)"