X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f43.google.com (mail-bw0-f43.google.com [209.85.214.43]) by lists.alpinelinux.org (Postfix) with ESMTP id 57B141EBFFD for ; Tue, 14 Dec 2010 03:05:03 +0000 (UTC) Received: by bwz14 with SMTP id 14so386372bwz.16 for ; Mon, 13 Dec 2010 19:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=d3l8fqGIK8SlPgsL1vdZi5hbeWV3zYFvc2jDzVSxOyk=; b=RWWT/ud2P1QkVfNGgWEZJlu75p9LC5XQUd/gY3A76v9yKNBf7ZDm8wVtjiwb5AnZT/ oYUePnoeMO7lZFYUdQxx5abejRo1E2cHevjJuYLUfmjTNpK2Kzl8CT652Mw3ykKlhDwI +Sjl+Z1eAMowrJN0010+THhp19v2O+GPFqfHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vGOpVfcRndZ0cLhk7stFGhe9opRB+wEOd6pqu1mvLDgmEvAG9jKRGxhVZFphXuSzSR tQSb3Ch3FkVFDu5L+Usjlc3WJEbnMPP9EGHcbyr5mH95CaDIN//za4CEydQHPJPyWCbN 9P8F4BsdqWRoHaCz2HzKrVoPM4RfIzS3yg9tU= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.84.93 with SMTP id i29mr4477042bkl.150.1292295902078; Mon, 13 Dec 2010 19:05:02 -0800 (PST) Received: by 10.204.66.82 with HTTP; Mon, 13 Dec 2010 19:05:01 -0800 (PST) Date: Mon, 13 Dec 2010 22:05:01 -0500 Message-ID: Subject: [alpine-devel] Alpine package testing From: Jeff Bilyk To: Alpine Development Content-Type: text/plain; charset=ISO-8859-1 Hello All, I've been working on getting automatic package testing working using a new version of APTS (Alpine Package Testing Suite). Currently it relies on a file, which is basically a set of shell commands to test a package. However, this means that for each package a file needs to be created. I'd like to simply this by adding a function to APTS which will test any daemon automatically (daemon would be detected by existence of an init.d script) by running it's init script, waiting a second or two, then stopping the script. The only thing preventing me from implementing this is the fact that at least one package (samba) and possibly more ship without a default config that allows the daemon to start. Would it be worth setting some sort of standard for packages which would require a working default config? -- Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---