From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:master commit in: /
Date: Mon, 2 May 2016 03:44:41 +0000 (UTC) [thread overview]
Message-ID: <1462160659.1df76f315f2f67be2263d46e00105d555588f42d.twitch153@gentoo> (raw)
commit: 1df76f315f2f67be2263d46e00105d555588f42d
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 03:28:15 2016 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon May 2 03:44:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=1df76f31
setup.py: Adds DB_MODULES to use_defaults to include them in the dist tarball
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 140aacb..8cdb717 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ SYNC_PLUGINS = {
'sync-plugin-portage': 'portage.sync.modules.laymansync',
}
+use_defaults += ' ' + ' '.join(list(DB_PLUGINS))
# get the USE from the environment, default to all selectable modules
# split them so we don't get substring matches
USE = os.environ.get("USE", use_defaults).split()
next reply other threads:[~2016-05-02 3:44 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-02 3:44 Devan Franchini [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-24 20:59 [gentoo-commits] proj/layman:master commit in: / Brian Dolbec
2020-04-24 20:59 Brian Dolbec
2017-02-02 17:12 Brian Dolbec
2016-05-02 3:30 Devan Franchini
2016-05-01 1:03 Devan Franchini
2015-10-16 18:55 Devan Franchini
2015-10-16 18:49 Devan Franchini
2015-09-05 23:30 Devan Franchini
2015-08-04 0:54 Devan Franchini
2015-07-14 13:40 Devan Franchini
2015-03-27 23:42 Devan Franchini
2015-03-27 23:42 Devan Franchini
2015-02-08 17:25 Brian Dolbec
2015-02-08 17:25 Brian Dolbec
2015-02-08 0:33 Devan Franchini
2015-02-08 0:33 Devan Franchini
2015-02-08 0:33 Devan Franchini
2014-12-08 5:10 Devan Franchini
2014-12-08 4:51 Devan Franchini
2014-11-02 21:14 Devan Franchini
2014-09-28 20:00 Devan Franchini
2014-09-28 19:33 Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-15 22:33 ` Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-19 1:49 Devan Franchini
2014-08-17 0:46 Brian Dolbec
2014-08-17 0:09 Brian Dolbec
2014-08-16 22:43 Devan Franchini
2014-08-19 1:49 ` Devan Franchini
2014-08-16 18:12 Brian Dolbec
2014-08-16 18:09 Brian Dolbec
2014-08-16 18:06 Brian Dolbec
2014-08-15 23:38 [gentoo-commits] proj/layman:gsoc2014 " Devan Franchini
2014-08-15 22:33 ` [gentoo-commits] proj/layman:master " Devan Franchini
2014-08-19 1:49 ` Devan Franchini
2014-08-15 22:33 Devan Franchini
2014-08-15 22:33 Devan Franchini
2014-07-24 2:10 Devan Franchini
2012-12-16 18:13 Brian Dolbec
2012-11-18 22:15 Brian Dolbec
2012-10-30 8:30 Brian Dolbec
2012-10-15 2:30 Brian Dolbec
2012-10-13 22:20 Brian Dolbec
2012-10-09 2:19 Brian Dolbec
2011-10-26 23:19 Brian Dolbec
2011-10-05 20:56 Brian Dolbec
2011-10-05 20:56 Brian Dolbec
2011-10-05 20:56 Brian Dolbec
2011-10-05 20:56 Brian Dolbec
2011-10-05 20:56 Brian Dolbec
2011-08-11 3:24 Brian Dolbec
2011-08-09 2:46 Brian Dolbec
2011-08-09 2:46 Brian Dolbec
2011-08-09 2:46 Brian Dolbec
2011-07-12 19:57 Brian Dolbec
2011-07-12 19:02 Brian Dolbec
2011-07-12 19:02 Brian Dolbec
2011-07-12 19:02 Brian Dolbec
2011-07-12 19:02 Brian Dolbec
2011-02-14 6:00 Brian Dolbec
2011-02-14 6:00 Brian Dolbec
2011-02-14 6:00 Brian Dolbec
2011-02-08 3:55 Sebastian Pipping
2011-02-08 3:41 Sebastian Pipping
2011-02-08 3:36 Sebastian Pipping
2011-02-08 3:36 Sebastian Pipping
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=1462160659.1df76f315f2f67be2263d46e00105d555588f42d.twitch153@gentoo \
--to=twitch153@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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