public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 7dc8fae9002cec3048c14b9e351a1b289afc0d53
Date: Mon, 09 May 2016 13:50:00 -0000	[thread overview]
Message-ID: <20160509135000.68998.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=7dc8fae9002cec3048c14b9e351a1b289afc0d53

commit 7dc8fae9002cec3048c14b9e351a1b289afc0d53
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sun May 8 12:37:08 2016 +0000

    Add noarch support
    
    - Unfold process() as we need to validate both x86 and x86_64 before we can
    move uploaded noarch packages to relarea
    - Add arch as an argument to upload.scan(), package.write_setup_ini(),
    pkg2html.update_package_listing() etc. rather than passing it around in args
    - Use paths relative to relarea, rather than relarea/arch
    - Generalize package merge to merge more than 2 sets of packages
    - Remove uploads-scan script used in working-up
    - Move the !reminder-timestamp file up to maintainer home dir
    - Add a noarch package to testdata
    - Update tests


Diff:
---
 uploads.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uploads.py b/uploads.py
index 137b159..afb183b 100644
--- a/uploads.py
+++ b/uploads.py
@@ -83,7 +83,7 @@ def scan(m, all_packages, arch, args):
         relpath = os.path.relpath(dirpath, m.homedir())
 
         # skip uninteresting directories
-        if (not files) or (relpath == 'release'):
+        if (not files) or (relpath == os.path.join(arch, 'release')):
             continue
 
         logging.debug('reading uploads from %s' % dirpath)


                 reply	other threads:[~2016-05-09 13:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160509135000.68998.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).