undo of the previous -- this would have assigned the same random password
in every Campcaster installation
This commit is contained in:
parent
e0d19e47da
commit
e6f13e1e64
2 changed files with 10 additions and 14 deletions
|
@ -53,8 +53,7 @@ Build-Depends: debhelper (>= 4.0.0),
|
||||||
php-pear,
|
php-pear,
|
||||||
php5-gd,
|
php5-gd,
|
||||||
postgresql-8.1,
|
postgresql-8.1,
|
||||||
postgresql-client-8.1,
|
postgresql-client-8.1
|
||||||
pwgen
|
|
||||||
Standards-Version: 3.6.1
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: campcaster-libs
|
Package: campcaster-libs
|
||||||
|
|
|
@ -29,18 +29,15 @@ endif
|
||||||
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
SCHEDULER_STORAGE_PASS=`pwgen -N1 -s`
|
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
|
||||||
CFLAGS="$(CFLAGS)" ./configure \
|
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||||
--host=$(DEB_HOST_GNU_TYPE) \
|
--prefix=/opt/campcaster \
|
||||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
--with-www-docroot=/var/www \
|
||||||
--prefix=/opt/campcaster \
|
--with-apache-group=www-data \
|
||||||
--with-www-docroot=/var/www \
|
--with-station-audio-out=hw:0,0 \
|
||||||
--with-apache-group=www-data \
|
--with-studio-audio-out=hw:1,0 \
|
||||||
--with-station-audio-out=hw:0,0 \
|
--with-studio-audio-cue=hw:2,0 \
|
||||||
--with-studio-audio-out=hw:1,0 \
|
--with-hostname=localhost
|
||||||
--with-studio-audio-cue=hw:2,0 \
|
|
||||||
--with-hostname=localhost \
|
|
||||||
--with-scheduler-storage-pass=${SCHEDULER_STORAGE_PASS}
|
|
||||||
|
|
||||||
build: build-arch
|
build: build-arch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue