From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.5] (unknown [101.128.125.100]) by gnuweeb.org (Postfix) with ESMTPSA id 7C68E80BE8; Sun, 11 Sep 2022 16:38:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662914317; bh=zb7eaoTQhFbExx9l4twaswGSTqCA6Eo08GIqqFyMypk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qzdeNkWdSe/voLJ/1jIMcGy4HjzECV/UhPSgSaVL7GhJLsWtJaA2sq++ypOkoQHTt gd8hVtPJKVtJIW0hvVQhWv1jnQxVVWdTUnKZ+NXNR/prZ1ajFiDTnDydriXekFFM3/ kwrINvTsf8UO2bFEAt5yePROD812tGj58I/f3ONCi0k4gMdQFdcEGF6LyagOlO5v24 Wr/HFyexvptUG9WhugzIfdUWrGkmSLP4EXhuFewZZnZoSkgbUhUyOOWmPyMyY7YU6V iXvFGLM+xDhwTaJcV5EjiSNB7jSat8s1ny+mAAT6XobVxE+7i2/KlmLCt/al02Wf98 bDzoxfVgykx/g== Message-ID: <0e9c722d-422d-b01a-85ed-95f478c6571c@gnuweeb.org> Date: Sun, 11 Sep 2022 23:38:33 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [RFC PATCH v1 01/17] [telegram] Move the Telegram bot source code Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220911103323.1949-1-kiizuha@gnuweeb.org> <20220911103323.1949-2-kiizuha@gnuweeb.org> From: Muhammad Rizki In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 11/09/2022 20.16, Ammar Faizi wrote: > On 9/11/22 5:33 PM, Muhammad Rizki wrote: >> --- a/.gitignore >> +++ b/.gitignore >> @@ -140,4 +140,5 @@ data.json >>   *.patch >>   # configuration file >> -daemon/config.py >> +daemon/telegram/config.py >> +daemon/dscord/config.py > > Overall, I love this patch, but I hate the dscord part here. > > At this point, we don't have dscord file yet. Please move the > dscord ignore entry into the patch that adds Discord files. > > With that fixed, you can append this in the next version of > this patch: > Sorry I don't get it for `append` here, you mean create a new commit to add config.py and add an ignore for it? or just amend a commit where the config.py was added?