From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1741135149; bh=H9JVPltixZRiOlJaZHhlSX16MDF9EEMcDU9dN/hA3F0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=IS1C06LgrrSM9sRZYOaiEqdnvGJpFb7nU2BzwKE+8AHA3RzaLFSIAAFi3/9GIZ6Of sVRqIaTYgB13tUh/3suPr8/k/uevvMb/ZDY/EGF7o75hC/CvJvJmheulMAYybTjU6Y R7eZ2eDUGiO/wX8/Py7tbDQnFJw3jkOY57eFaiJzsdMKfaVHFYwLv+kUaJELaGoG18 8Jpf9inBtrUNSwcOHPZGX2cF1huDHSjabevCc0utWS9GLgOWpjq4HFEEOD22Zx2NT4 3pJLllVGwVz4+zYGjMUIfiU8ymSs+KeDiYNAvgahp4Z8T8IYtfJpYu0AlIuPT7NV0X xYkTT6vtvBiMg== Received: from integral2.. (unknown [114.10.151.29]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 9EB6B20B45BB; Wed, 5 Mar 2025 00:39:08 +0000 (UTC) From: Ammar Faizi To: GNU/Weeb Mailing List Cc: Ammar Faizi , Alviro Iskandar Setiawan , Muhammad Rizki Subject: [GIT PULL gwmail] Staging and production sites split Date: Wed, 5 Mar 2025 07:38:55 +0700 Message-Id: <20250305003855.2285026-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: These changes are necessary to split the staging site from the main production site. The following changes since commit d584601fd3309d8eace83ad868a2795aef20e6d5: old: Sync with the new API structure (2025-03-04 16:45:32 +0700) are available in the Git repository at: https://github.com/GNUWeeb/mail.gnuweeb.org master for you to fetch changes up to b6844e2a53b7f8b56d02e72de58272a0e5f764f3: api: Set GWMAIL_STAGING_BRANCH env (2025-03-05 01:35:26 +0100) ---------------------------------------------------------------- Ammar Faizi (3): Create logs directory Add public directory api: Set GWMAIL_STAGING_BRANCH env .gitignore | 2 ++ public/_app | 1 + public/api.php | 6 ++++++ public/favicon.png | 1 + public/home.html | 1 + public/index.html | 1 + public/old | 1 + public/settings | 1 + public/settings.html | 1 + 9 files changed, 15 insertions(+) create mode 120000 public/_app create mode 100644 public/api.php create mode 120000 public/favicon.png create mode 120000 public/home.html create mode 120000 public/index.html create mode 120000 public/old create mode 120000 public/settings create mode 120000 public/settings.html base-commit: d584601fd3309d8eace83ad868a2795aef20e6d5 -- Ammar Faizi