X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 314BCDC0096 for ; Wed, 3 Jul 2013 14:34:18 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8674D20961 for ; Wed, 3 Jul 2013 10:34:17 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Wed, 03 Jul 2013 10:34:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :mime-version:content-type; s=smtpout; bh=1mmrSRncc/ROIO3BVTvJ/K 6KnWQ=; b=je94h4s+6Wd0IS/oH36rNbZ9qgnXNbDjGLc5x/ZI3NjA6L22QeWlNA OYQW5gP8DKdpfZ+nZjNG+ndgb9h4lM+Wtxkk8DX4e53ERJEhDFHmj4IHxlQLM188 biQyEVSZEqxVXp3FlE7v5AmDxqBiJCn7hAxCK0zJzhYSd5NRXzzYY= X-Sasl-enc: 3JcwUqCKYpwnzzi3SSF6caE5eZrfngl4QCwYOe89I5PW 1372862057 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 54ABF6804B8 for ; Wed, 3 Jul 2013 10:34:17 -0400 (EDT) Date: Wed, 3 Jul 2013 10:34:17 -0400 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] abuild git repo question Message-ID: <20130703143417.GG1550@zen> Mail-Followup-To: alpine-devel@lists.alpinelinux.org X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Looking at the Makefile inside the abuild git repo, I see a target "dist", which rolls up a source repository. However, I guess we're actually not using "make dist", because what that target rolls up is incomplete (it omits abuild-tar.c abuild-sudo.c functions.sh aports.lua, which are all required to "make install"). Also, what actually gets downloaded if you go to $APORTS/main/abuild and do "abuild fetch" includes .gitignore and so on. Q1. I have to tinker with the Makefile anyway in some patches I'll be sending. Should I add the missing files to the dist target? There are a lot of files in the abuild git repo that aren't installed, and I think at least some of them are cruft. Perhaps others are work-in-progress. bootchartd and initramfs-init seem to lag behind the versions in the mkinitfs repo, which are what we actually install. Perhaps these files are also cruft: APKBUILD-svn.proto alpine.mk alpine.packages cmp-apks-iso mkinitram mkmodloop I'm not sure if apkbuild-pypi.in is cruft or work-in-progress. Q2. Shall we "git rm" some of these files? -- Dubiousjim dubiousjim@gmail.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---