X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: References: <3e13ae03-786f-6157-00a3-53e909495751 AT dronecode DOT org DOT uk> From: Wayne Davison Date: Thu, 30 Nov 2017 10:11:31 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: mksetupini fails validating packages because curr is test To: cygwin Cc: Jon Turney 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