From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id AF4FC5A0265 for ; Thu, 20 Oct 2022 11:08:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666256899; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9nuM6IE6urh+o39PuV9KieRLgLYAq6wVCWkmX/lbwCA=; b=UDVD89VzecLdbbcuBrFZBWOpzwl/Ui7XFNXerWSHvLFPLQeIcJDYGx94pNUUnwqF0ZVfcr cgHzJDK39WcaKcyElDkJgBJ4oo0U8Ph/lBpnQm00Whct/maiHm9opTOJsrY1zR7xDW5E1c NHll2lzwDyqpq1D72Q3L++cG8y/chBI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-404-1mlvOkMEMN-nBGnVvQYQdg-1; Thu, 20 Oct 2022 05:08:18 -0400 X-MC-Unique: 1mlvOkMEMN-nBGnVvQYQdg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D593D185A7A8 for ; Thu, 20 Oct 2022 09:08:17 +0000 (UTC) Received: from harajuku.usersys.redhat.com.homenet.telecomitalia.it (ovpn-194-226.brq.redhat.com [10.40.194.226]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6D69C42221 for ; Thu, 20 Oct 2022 09:08:16 +0000 (UTC) From: Andrea Bolognani To: passt-dev@passt.top Subject: [PATCH] Add git-publish configuration file Date: Thu, 20 Oct 2022 11:08:14 +0200 Message-Id: <20221020090814.821278-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Message-ID-Hash: S4AOO3BUXUXNF4K6XDIIFI7JFK7YGFJM X-Message-ID-Hash: S4AOO3BUXUXNF4K6XDIIFI7JFK7YGFJM X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: <> Archived-At: List-Archive: <> List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Andrea Bolognani --- .gitpublish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpublish diff --git a/.gitpublish b/.gitpublish new file mode 100644 index 0000000..cdee64a --- /dev/null +++ b/.gitpublish @@ -0,0 +1,3 @@ +[gitpublishprofile "default"] +base = master +to = passt-dev@passt.top -- 2.37.3