X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:cc:content-type; q=dns; s=default; b=vvlO
	yOlnTlgAyHN824AgncHTWgrLhH7E9XbNLEpk49ikbtmklauLnp48laX2KVD4r8hn
	fRw4DO6KDDkjn0lQxoS5q1kGQP6zl2iJ7iyYfgGdOsxGyMSvX4erK/Ce3mbR8Op9
	6NmdGT66yI1vyvB6eJGALEJfT/FmHQFLcBllROg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:cc:content-type; s=default; bh=HPSO4rYIsG
	W68Jim2ohHwMnMDJc=; b=OYFrHUb7jwIviokTr8QvbdKMoWdG3aZf+sVIboDs0S
	D4PwQr7vN3FuBUT/qdutEbcfJJVyBb/Vq0KrbQ5uBGCKKIOdLz8S6PflIODWiOVt
	oIoR5mj6NvmzDbcfwY40Gfr2cINihDRt9uwEN6ITqCR0F2q2sM6jRdJA/oMS7e0n
	A=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=wayne
X-HELO: homiemail-a105.g.dreamhost.com
X-Gm-Message-State: AJaThX7IezRtQkZv6UGlI4YPsF98B4aA4PaS9juMsdEsCcjDj+w5OtBU	lPs+rt5lYU0hEBaBDNXQKt1x2nzvx6O4w2D2av0=
X-Google-Smtp-Source: AGs4zMZ4FI2bYUSYYbH/7xRQX0yr1DQEkFXyl/TkhVCgheBn63pZnIXsBa8KbHU9KyAbbvLUDO6h6orvicciB0JufXU=
X-Received: by 10.107.32.69 with SMTP id g66mr9044881iog.81.1512065512355; Thu, 30 Nov 2017 10:11:52 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CAL_02JCCmg4S03+Z1W_ADX0rR4nqxXcM0gjqhR07g56HNhQwkg@mail.gmail.com>
References: <CAL_02JBn=m9z9d6cjJ==-wc1_k6iG=0rmRR4VqiOuB0vfAkovA@mail.gmail.com> <3e13ae03-786f-6157-00a3-53e909495751@dronecode.org.uk> <CAL_02JC8t9TM6bRyrovCVJRv+pogdn+fNH7kv8ha016XZw0irA@mail.gmail.com> <a7c24330-21d1-42aa-bc3b-db9620ac77d8@dronecode.org.uk> <CAL_02JCCmg4S03+Z1W_ADX0rR4nqxXcM0gjqhR07g56HNhQwkg@mail.gmail.com>
From: Wayne Davison <wayne@opencoder.net>
Date: Thu, 30 Nov 2017 10:11:31 -0800
X-Gmail-Original-Message-ID: <CAHSx_SvyM7=A+iD4rnhd5X6cOiNe3b39H3Fgu0Roq58KdAmq6Q@mail.gmail.com>
Message-ID: <CAHSx_SvyM7=A+iD4rnhd5X6cOiNe3b39H3Fgu0Roq58KdAmq6Q@mail.gmail.com>
Subject: Re: mksetupini fails validating packages because curr is test
To: cygwin <cygwin@cygwin.com>
Cc: Jon Turney <jon.turney@dronecode.org.uk>
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Thu, Nov 30, 2017 at 1:28 AM, Ivan Gagis wrote:
> I use git repository on github to store the files. And to update it I
> clone the repo, run mksetupini and then commit and push.

One thing you can do after a clone/update is to run a script that
tweaks each file's mtime to be its last-commit time. I like to do this
on a fresh clone so that the files have more accurate dates visible
when looking around the checkout. (You have to be careful to not shoot
yourself in the foot if you're using time-based building in the git
repo, but that shouldn't matter in this scenario.)  I've seen various
scripts on the web, including this one in perl:

https://download.samba.org/pub/unpacked/rsync/support/git-set-file-times

..wayne..

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

