public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-keys:master commit in: gkeygen-pkg/, gkeyldap-pkg/, gkeys-pkg/, /
@ 2014-12-23  0:13 Brian Dolbec
  0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2014-12-23  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e52abe5314e1b9f1a7372576eb63887f82fc1f09
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 05:11:45 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Tue Dec 23 00:11:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e52abe53

Create MANIFEST.in and add hardlink generators to testpath

Git does not handle links, by creating hardlinks, the files will be included in any sdist operations.

---
 gkeygen-pkg/MANIFEST.in  |  2 ++
 gkeyldap-pkg/MANIFEST.in |  2 ++
 gkeys-pkg/MANIFEST.in    |  2 ++
 testpath                 | 12 ++++++++++++
 4 files changed, 18 insertions(+)

diff --git a/gkeygen-pkg/MANIFEST.in b/gkeygen-pkg/MANIFEST.in
new file mode 100644
index 0000000..c1a7121
--- /dev/null
+++ b/gkeygen-pkg/MANIFEST.in
@@ -0,0 +1,2 @@
+include LICENSE
+include README.md

diff --git a/gkeyldap-pkg/MANIFEST.in b/gkeyldap-pkg/MANIFEST.in
new file mode 100644
index 0000000..c1a7121
--- /dev/null
+++ b/gkeyldap-pkg/MANIFEST.in
@@ -0,0 +1,2 @@
+include LICENSE
+include README.md

diff --git a/gkeys-pkg/MANIFEST.in b/gkeys-pkg/MANIFEST.in
new file mode 100644
index 0000000..c1a7121
--- /dev/null
+++ b/gkeys-pkg/MANIFEST.in
@@ -0,0 +1,2 @@
+include LICENSE
+include README.md

diff --git a/testpath b/testpath
index b624ba2..6064710 100644
--- a/testpath
+++ b/testpath
@@ -18,3 +18,15 @@ else
     export PATH="$(dirname $BASH_SOURCE[0])/../pyGPG/bin:$(dirname $BASH_SOURCE[0])/gkeys/bin:$(dirname $BASH_SOURCE[0])/gkeys-ldap/bin:$(dirname $BASH_SOURCE[0])/gkeys-gen/bin:${PATH}"
     export PYTHONPATH="$(dirname $BASH_SOURCE[0])/../pyGPG/:$(dirname $BASH_SOURCE[0])/../ssl-fetch/:$(dirname $BASH_SOURCE[0])/gkeys/:$(dirname $BASH_SOURCE[0])/gkeys-gen/:$(dirname $BASH_SOURCE[0])/gkeys-ldap/:${PYTHONPATH}"
 fi
+
+# Create our LICENSE and README.md hardlinks
+# This way we only need one copy of each file,
+# but they get included in all 3 pkgs
+
+ln LICENSE gkeys/LICENSE
+ln LICENSE gkeys-gen/LICENSE
+ln LICENSE gkeys-ldap/LICENSE
+
+ln README.md gkeys/README.md
+ln README.md gkeys-gen/README.md
+ln README.md gkeys-ldap/README.md


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-23  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  0:13 [gentoo-commits] proj/gentoo-keys:master commit in: gkeygen-pkg/, gkeyldap-pkg/, gkeys-pkg/, / Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox