[Fusionforge-commits] r8948 - trunk
Christian Bayle
cbayle at libremir.placard.fr.eu.org
Fri Mar 5 01:36:24 CET 2010
Author: cbayle
Date: 2010-03-05 01:36:11 +0100 (Fri, 05 Mar 2010)
New Revision: 8948
Modified:
trunk/Makefile.debian
Log:
Enable -ask-passphrase option for reprepro
Modified: trunk/Makefile.debian
===================================================================
--- trunk/Makefile.debian 2010-03-04 21:43:04 UTC (rev 8947)
+++ trunk/Makefile.debian 2010-03-05 00:36:11 UTC (rev 8948)
@@ -28,6 +28,8 @@
LOCALMIRROR=http://localhost/ubuntu
UBUNTUOP=$(shell wget -q -S http://localhost/ubuntu -O /dev/null 2>&1 && echo "--mirror $(LOCALMIRROR)" || echo "--mirror http://archive.ubuntu.com/ubuntu") --debootstrap debootstrap
DEBIANOP=--debootstrapopts --include=apt
+ASKPASS=--ask-passphrase
+ASKPASS=
MAJOR=$(shell head -1 $(PKGDIR)/debian/changelog | sed 's/.*(\(.*\)-[^-]*).*/\1/')
in_svn_repo:= $(wildcard .svn/)
@@ -297,7 +299,7 @@
$(LOCALREPO)/pool/main/$(PKGLETTER)/$(PKGNAME)/$(DSCFILE): $(BUILDRESULT)/$(CHANGEFILE)
@echo "Installing $(BUILDRESULT)/$(CHANGEFILE) in $@"
- cd $(BUILDRESULT); reprepro -Vb $(LOCALREPO) include $(DISTRIB) $(CHANGEFILE)
+ cd $(BUILDRESULT); reprepro $(ASKPASS) -Vb $(LOCALREPO) include $(DISTRIB) $(CHANGEFILE)
$(LOCALREPO)/conf/distributions:
for xdist in $(DISTRIBLIST) ; do \
More information about the Fusionforge-commits
mailing list