* [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog
@ 2007-11-11 14:30 Stefan Schweizer (genstef)
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-11-11 14:30 UTC (permalink / raw
To: gentoo-commits
genstef 07/11/11 14:30:24
Modified: capi4k-utils-20050718-r3.ebuild ChangeLog
Log:
fix compile problems
(Portage version: 2.1.3.19)
Revision Changes Path
1.7 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.6&r2=1.7
Index: capi4k-utils-20050718-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- capi4k-utils-20050718-r3.ebuild 2 May 2007 00:15:32 -0000 1.6
+++ capi4k-utils-20050718-r3.ebuild 11 Nov 2007 14:30:23 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.6 2007/05/02 00:15:32 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.7 2007/11/11 14:30:23 genstef Exp $
inherit eutils multilib linux-info
@@ -77,6 +77,9 @@
use fax || sed -i -e "s:^\(CONFIG_CAPIFAX=.*\)$:# \1:g" .config
# build pppdcapiplugin
use pppd || sed -i -e "s:^\(CONFIG_PPPDCAPIPLUGIN=.*\)$:# \1:g" .config
+
+ # compile fix
+ epatch "${FILESDIR}/capi-compile.patch"
}
src_compile() {
1.58 net-dialup/capi4k-utils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 2 May 2007 00:15:32 -0000 1.57
+++ ChangeLog 11 Nov 2007 14:30:23 -0000 1.58
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/capi4k-utils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.57 2007/05/02 00:15:32 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.58 2007/11/11 14:30:23 genstef Exp $
+
+ 11 Nov 2007; Stefan Schweizer <genstef@gentoo.org>
+ +files/capi-compile.patch, capi4k-utils-20050718-r3.ebuild:
+ fix compile problems
02 May 2007; Marius Mauch <genone@gentoo.org>
capi4k-utils-20050718-r3.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog
@ 2007-11-14 19:59 Stefan Schweizer (genstef)
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-11-14 19:59 UTC (permalink / raw
To: gentoo-commits
genstef 07/11/14 19:59:24
Modified: capi4k-utils-20050718-r3.ebuild ChangeLog
Log:
remove wrong glibc-2.7 fix patch
(Portage version: 2.1.3.19)
Revision Changes Path
1.9 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.8&r2=1.9
Index: capi4k-utils-20050718-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- capi4k-utils-20050718-r3.ebuild 14 Nov 2007 18:48:47 -0000 1.8
+++ capi4k-utils-20050718-r3.ebuild 14 Nov 2007 19:59:23 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.8 2007/11/14 18:48:47 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.9 2007/11/14 19:59:23 genstef Exp $
inherit eutils multilib linux-info
@@ -77,9 +77,6 @@
use fax || sed -i -e "s:^\(CONFIG_CAPIFAX=.*\)$:# \1:g" .config
# build pppdcapiplugin
use pppd || sed -i -e "s:^\(CONFIG_PPPDCAPIPLUGIN=.*\)$:# \1:g" .config
-
- # compile fix
- #epatch "${FILESDIR}/capi-compile.patch"
}
src_compile() {
1.59 net-dialup/capi4k-utils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 11 Nov 2007 14:30:23 -0000 1.58
+++ ChangeLog 14 Nov 2007 19:59:23 -0000 1.59
@@ -1,10 +1,6 @@
# ChangeLog for net-dialup/capi4k-utils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.58 2007/11/11 14:30:23 genstef Exp $
-
- 11 Nov 2007; Stefan Schweizer <genstef@gentoo.org>
- +files/capi-compile.patch, capi4k-utils-20050718-r3.ebuild:
- fix compile problems
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.59 2007/11/14 19:59:23 genstef Exp $
02 May 2007; Marius Mauch <genone@gentoo.org>
capi4k-utils-20050718-r3.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog
@ 2008-01-20 11:48 Stefan Briesenick (sbriesen)
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Briesenick (sbriesen) @ 2008-01-20 11:48 UTC (permalink / raw
To: gentoo-commits
sbriesen 08/01/20 11:48:51
Modified: capi4k-utils-20050718-r3.ebuild ChangeLog
Log:
added sys/types patch (needed for glibc-2.7, solves bug #201510)
(Portage version: 2.1.4)
Revision Changes Path
1.10 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.9&r2=1.10
Index: capi4k-utils-20050718-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- capi4k-utils-20050718-r3.ebuild 14 Nov 2007 19:59:23 -0000 1.9
+++ capi4k-utils-20050718-r3.ebuild 20 Jan 2008 11:48:51 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.9 2007/11/14 19:59:23 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.10 2008/01/20 11:48:51 sbriesen Exp $
inherit eutils multilib linux-info
@@ -49,6 +49,9 @@
# apply msg2str-safety patch (see bug #170870)
epatch "${PATCHDIR}/msg2str-safety.diff"
+ # apply sys/types patch (needed for glibc-2.7)
+ epatch "${FILESDIR}/capi20-types.diff"
+
# set our config
cp -f "${FILESDIR}/config" .config
# copy init-script config
1.60 net-dialup/capi4k-utils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 14 Nov 2007 19:59:23 -0000 1.59
+++ ChangeLog 20 Jan 2008 11:48:51 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/capi4k-utils
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.59 2007/11/14 19:59:23 genstef Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.60 2008/01/20 11:48:51 sbriesen Exp $
+
+ 20 Jan 2008; Stefan Briesenick <sbriesen@gentoo.org>
+ +files/capi20-types.diff, capi4k-utils-20050718-r3.ebuild:
+ added sys/types patch (needed for glibc-2.7, solves bug #201510)
02 May 2007; Marius Mauch <genone@gentoo.org>
capi4k-utils-20050718-r3.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog
@ 2012-12-25 14:15 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2012-12-25 14:15 UTC (permalink / raw
To: gentoo-commits
pacho 12/12/25 14:15:30
Modified: capi4k-utils-20050718-r3.ebuild ChangeLog
Log:
Drop reference to a package that is going to be treecleaned (#265581)
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.15 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.14&r2=1.15
Index: capi4k-utils-20050718-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- capi4k-utils-20050718-r3.ebuild 30 Sep 2012 18:21:18 -0000 1.14
+++ capi4k-utils-20050718-r3.ebuild 25 Dec 2012 14:15:30 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.14 2012/09/30 18:21:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.15 2012/12/25 14:15:30 pacho Exp $
inherit eutils multilib linux-info
@@ -152,7 +152,6 @@
elog "the CAPI driver you need for your card(s):"
elog " net-dialup/fritzcapi - AVM passive ISDN controllers"
elog " net-dialup/fcdsl - AVM ISDN/DSL controllers PCI/USB"
- elog " net-dialup/misdn - some passive cards with HiSax chipset"
elog
ewarn "If you're upgrading from an older capi4k-utils, you must recompile"
ewarn "the other packages on your system that link with libcapi after the"
1.69 net-dialup/capi4k-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 30 Sep 2012 18:21:18 -0000 1.68
+++ ChangeLog 25 Dec 2012 14:15:30 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/capi4k-utils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.68 2012/09/30 18:21:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.69 2012/12/25 14:15:30 pacho Exp $
+
+ 25 Dec 2012; Pacho Ramos <pacho@gentoo.org> capi4k-utils-20050718-r3.ebuild:
+ Drop reference to a package that is going to be treecleaned (#265581)
30 Sep 2012; Raúl Porcel <armin76@gentoo.org>
capi4k-utils-20050718-r3.ebuild:
@@ -322,6 +325,3 @@
9 Aug 2002; Bart Verwilst <verwilst@gentoo.org>
Initial ebuild in Portage.
-
-
-
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog
@ 2014-04-03 10:10 Tom Wijsman (tomwij)
0 siblings, 0 replies; 5+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-04-03 10:10 UTC (permalink / raw
To: gentoo-commits
tomwij 14/04/03 10:10:27
Modified: capi4k-utils-20050718-r3.ebuild ChangeLog
Log:
[QA] Drop minor arch stable keyword(s) per 20130917 Council decision, due to minor arch stable keyword drop(s) on {gentoo,linux}-sources.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.19 net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild?r1=1.18&r2=1.19
Index: capi4k-utils-20050718-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- capi4k-utils-20050718-r3.ebuild 21 Jan 2013 22:32:19 -0000 1.18
+++ capi4k-utils-20050718-r3.ebuild 3 Apr 2014 10:10:27 -0000 1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.18 2013/01/21 22:32:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.19 2014/04/03 10:10:27 tomwij Exp $
EAPI=1
inherit eutils multilib linux-info
@@ -19,7 +19,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
IUSE="fax +pppd tcpd usb pcmcia"
DEPEND="virtual/linux-sources
1.75 net-dialup/capi4k-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 21 Jul 2013 09:03:54 -0000 1.74
+++ ChangeLog 3 Apr 2014 10:10:27 -0000 1.75
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/capi4k-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.74 2013/07/21 09:03:54 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.75 2014/04/03 10:10:27 tomwij Exp $
+
+ 03 Apr 2014; Tom Wijsman <TomWij@gentoo.org> capi4k-utils-20050718-r3.ebuild:
+ [QA] Drop minor arch stable keyword(s) per 20130917 Council decision, due to
+ minor arch stable keyword drop(s) on {gentoo,linux}-sources.
21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #92799
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-04-03 10:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 11:48 [gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: capi4k-utils-20050718-r3.ebuild ChangeLog Stefan Briesenick (sbriesen)
-- strict thread matches above, loose matches on Subject: below --
2014-04-03 10:10 Tom Wijsman (tomwij)
2012-12-25 14:15 Pacho Ramos (pacho)
2007-11-14 19:59 Stefan Schweizer (genstef)
2007-11-11 14:30 Stefan Schweizer (genstef)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox