From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,FH_DATE_PAST_20XX, SPF_PASS autolearn=no version=3.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=lxhsIQsM/xL5Ap1l3JmUzf8m2AgvP/sq5sdxLtqlgSc=; b=m7YFI5qaS6tcQsH05K43+mEI0fWXP5Ygxq1MseijSPErUw/WibgDwbpPIB5pScZeMM heEYGgbhT1XEcPu5IToLwBRNWghLQ67zjx4Ooaa2LPgW5PM+n/UKkAUFvkzawMzBf8T1 c1owtsGonZLjjE2ealmHu7cRRwYHZF7HCUsYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=C43LEbFEV+LJCrUz6WQaXIq8HkGjFDmQA2hZvSA2Xe/6aOm4zWoQjQ5Cl7F9qUm53k p9WmI2NNoLFjLFy+QQE9v39DHFDO6npVgso+mB0Z+xZZn1cETu9dVzTAFm2IfOKZEK4K LNsxmZrF+3+LPc9XZN4hkcIjPW60xMYFeFyuA= MIME-Version: 1.0 From: Max Ivanov Date: Sat, 9 Jan 2010 20:19:09 +0000 Message-ID: To: ALT Linux Team development discussions Content-Type: text/plain; charset=UTF-8 Subject: [devel] git submodules on git.alt X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 20:19:45 -0000 Archived-At: List-Archive: List-Post: How to deal with git submodules? Upstream uses them in some places and I don't know how to put their content in the final source tree prior to %build stage. Is it even possible?