OSDN Git Service

[update] : Added about channel name.
authorhayao <shun819.mail@gmail.com>
Wed, 15 Apr 2020 09:02:14 +0000 (18:02 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 15 Apr 2020 09:02:14 +0000 (18:02 +0900)
docs/en/CHANNEL.md
docs/jp/CHANNEL.md

index 39a4525..dd45a84 100644 (file)
@@ -27,6 +27,13 @@ If the directory name ends in `.add`, the channel name will be the string before
 This is to exclude it from Git management and add your own customized channel.
 Finally, check the channel name that can be used as an argument by executing `./build -h`.
 
+### About duplicate channel names
+**Please DO NOT duplicate the channel name with or without `.add`!**  
+Duplicate channel names are not considered in the script and can lead to unexpected behavior.  
+In the future, if there are duplicates with and without `.add`, the policy with `.add` will be prioritized.  
+Even if you deal with duplicate channel names in the future, the official channel will still be unavailable, so please DO NOT duplicate channel names.
+
+
 
 ## Specifications of each channel
 The main directories that make up the channel are airootfs and packages.  
index 8dd0a52..eb23575 100644 (file)
 これは、Gitの管理から除外し、カスタマイズした独自のチャンネルを追加するためのものです。  
 最終的に引数として使用できるチャンネル名は`./build -h`を実行して確認して下さい。
 
+### チャンネル名の重複について
+**チャンネル名が`.add`がついているものといないもので重複しないようにして下さい!**  
+チャンネル名の重複はスクリプトでは考慮されておらず、予期せぬ動作につながる可能性があります。  
+今後は、`.add`がついているものとついていないものが重複した場合、**`.add`が付いている方が優先される**ように実装する方針です。  
+もし将来的にチャンネル名の重複に対応したとしても、公式チャンネルが使用できなくなることに変わりはないので、チャンネル名の重複は絶対に行わないようにしてください。  
+
 
 ## それぞれのチャンネルの仕様
 チャンネルを構成する主要なディレクトリは`airootfs`と`packages`です。