OSDN Git Service

alterlinux/alterlinux.git
3 years ago[update] : general bash improvements
hayao [Fri, 2 Oct 2020 12:18:54 +0000 (21:18 +0900)]
[update] : general bash improvements

Quote all variables.
Terminate option processing using '--' for commands that support it.
Compare integers with arithmetic comparison instead of string comparison.
Don't print INFO messages when quiet is set.
Export SOURCE_DATE_EPOCH.

https://github.com/archlinux/archiso/commit/0387b253c8ff90df30ad35883f710ddce3e04854

3 years ago[update] : add "checksum" and "verify" boot options
hayao [Fri, 2 Oct 2020 12:07:30 +0000 (21:07 +0900)]
[update] :  add "checksum" and "verify" boot options

An ISO's checksum and GPG validation primarily matters when PXE booting, so it would be appropriate to enable these options for releng.
They should protect against booting a corrupt image.

https://github.com/archlinux/archiso/commit/e467c69e943ff1f25f7495344a3dac89a4266049

3 years ago[update] : replace exfat-utils with exfatprogs
hayao [Fri, 2 Oct 2020 12:05:30 +0000 (21:05 +0900)]
[update] : replace exfat-utils with exfatprogs

exfatprogs uses the kernel's driver unlike exfat-utils which provides a FUSE driver.

https://github.com/archlinux/archiso/commit/951b2178131ff64c01c35529f718773a9fa058bb

3 years ago[update] : Added v47 initcpio
hayao [Fri, 2 Oct 2020 12:03:45 +0000 (21:03 +0900)]
[update] : Added v47 initcpio

3 years ago[update] : Ensure all files in the ISO's Rock Ridge file system are owned by root...
hayao [Fri, 2 Oct 2020 12:01:24 +0000 (21:01 +0900)]
[update] : Ensure all files in the ISO's Rock Ridge file system are owned by root (archiso v47)

Add the -rational-rock option to xorriso.
This is a preparatory step for creating ISOs as a regular user. See https://gitlab.archlinux.org/archlinux/archiso/-/issues/40 .

https://github.com/archlinux/archiso/commit/6312ccc9bccb453c8506322581aa467538bc123f

3 years ago[fix] : Fixed aur depend install (allarch.sh)
hayao [Fri, 2 Oct 2020 11:17:44 +0000 (20:17 +0900)]
[fix] : Fixed aur depend install (allarch.sh)

3 years ago[fix] : No use array
hayao [Fri, 2 Oct 2020 11:07:42 +0000 (20:07 +0900)]
[fix] : No use array

3 years ago[fix] : Fixed typo
hayao [Fri, 2 Oct 2020 11:04:01 +0000 (20:04 +0900)]
[fix] : Fixed typo

3 years ago[fix] : Fixed array '
hayao [Fri, 2 Oct 2020 11:03:05 +0000 (20:03 +0900)]
[fix] : Fixed array '

3 years ago[fix] : Fixed the issue that don't save channel_dir
hayao [Fri, 2 Oct 2020 10:56:04 +0000 (19:56 +0900)]
[fix] : Fixed the issue that don't save channel_dir

3 years ago[fix] : Fixed typo
hayao [Fri, 2 Oct 2020 10:53:15 +0000 (19:53 +0900)]
[fix] : Fixed typo

3 years ago[fix] : Fixed typo
hayao [Fri, 2 Oct 2020 10:50:25 +0000 (19:50 +0900)]
[fix] : Fixed typo

3 years ago[change] : Compressor type to xz
hayao [Fri, 2 Oct 2020 10:35:27 +0000 (19:35 +0900)]
[change] : Compressor type to xz

3 years ago[fix] : FIxed SC2199
hayao [Fri, 2 Oct 2020 10:21:19 +0000 (19:21 +0900)]
[fix] : FIxed SC2199

3 years ago[update] : Refactored the analysis of dependent packages
hayao [Fri, 2 Oct 2020 10:17:04 +0000 (19:17 +0900)]
[update] : Refactored the analysis of dependent packages

3 years ago[update] : Added comp-opts reset
hayao [Fri, 2 Oct 2020 09:59:21 +0000 (18:59 +0900)]
[update] : Added comp-opts reset

3 years ago[update] : Added debug message about arguments
hayao [Fri, 2 Oct 2020 09:48:38 +0000 (18:48 +0900)]
[update] : Added debug message about arguments

3 years ago[fix] : reFixed
hayao [Fri, 2 Oct 2020 09:44:25 +0000 (18:44 +0900)]
[fix] : reFixed

3 years agoMerge remote-tracking branch 'origin/dev' into dev
hayao [Fri, 2 Oct 2020 09:41:18 +0000 (18:41 +0900)]
Merge remote-tracking branch 'origin/dev' into dev

3 years ago[fix] : Fixed not ending.
hayao [Fri, 2 Oct 2020 09:41:08 +0000 (18:41 +0900)]
[fix] : Fixed not ending.

3 years agoMerge pull request #202 from nexryai/dev
Hayao (山田パヤオ) [Fri, 2 Oct 2020 08:42:16 +0000 (17:42 +0900)]
Merge pull request #202 from nexryai/dev

誤字の修正

3 years ago誤字の修正
nexryai [Fri, 2 Oct 2020 08:39:41 +0000 (17:39 +0900)]
誤字の修正

細かい修正ですみません
devブランチに再度送ります

3 years ago[update] : Shows the corrective action when a version error occurs.
hayao [Fri, 2 Oct 2020 07:39:21 +0000 (16:39 +0900)]
[update] : Shows the corrective action when a version error occurs.

3 years ago[remove] : Removed alteriso-3-mainline branch
hayao [Fri, 2 Oct 2020 06:04:27 +0000 (15:04 +0900)]
[remove] : Removed alteriso-3-mainline branch

3 years agoMerge branch 'alteriso-3-stable' into dev
hayao [Fri, 2 Oct 2020 06:02:16 +0000 (15:02 +0900)]
Merge branch 'alteriso-3-stable' into dev

3 years agoMerge branch 'alteriso-3-mainline' into alteriso-3-stable
hayao [Fri, 2 Oct 2020 05:58:45 +0000 (14:58 +0900)]
Merge branch 'alteriso-3-mainline' into alteriso-3-stable

3 years ago[update] : Added exit code judgment
hayao [Thu, 1 Oct 2020 09:36:42 +0000 (18:36 +0900)]
[update] : Added exit code judgment

3 years ago[fix] : Fixed efuboot.img size
hayao [Thu, 1 Oct 2020 09:25:23 +0000 (18:25 +0900)]
[fix] : Fixed efuboot.img size

3 years agofixed efiboot size
kokkiemouse [Wed, 30 Sep 2020 22:07:22 +0000 (07:07 +0900)]
fixed efiboot size

Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
3 years ago[fix] : Enabled -m
hayao [Wed, 30 Sep 2020 13:35:39 +0000 (22:35 +0900)]
[fix] : Enabled -m

3 years agoMerge branch 'alteriso-3-mainline' into alteriso-3-stable
hayao [Wed, 30 Sep 2020 12:29:46 +0000 (21:29 +0900)]
Merge branch 'alteriso-3-mainline' into alteriso-3-stable

3 years ago[remove] : Removed old systemd-boot code
hayao [Wed, 30 Sep 2020 10:55:05 +0000 (19:55 +0900)]
[remove] : Removed old systemd-boot code

3 years ago[fix] : Fixed i686 build issue with systemd-boot
hayao [Wed, 30 Sep 2020 10:50:50 +0000 (19:50 +0900)]
[fix] : Fixed i686 build issue with systemd-boot

3 years ago[fix] : Fixed directory name when building with i686
hayao [Wed, 30 Sep 2020 10:17:18 +0000 (19:17 +0900)]
[fix] : Fixed directory name when building with i686

3 years ago[fix] : Fixed file conflict
hayao [Wed, 30 Sep 2020 10:02:54 +0000 (19:02 +0900)]
[fix] : Fixed file conflict

https://bbs.archlinux32.org/viewtopic.php?pid=7428

3 years ago[fix] : Fixed file conflict
hayao [Wed, 30 Sep 2020 10:01:20 +0000 (19:01 +0900)]
[fix] : Fixed file conflict

https://bbs.archlinux32.org/viewtopic.php?pid=7428

3 years agoMerge branch 'alteriso-3-channel-dir' into alteriso-3-mainline
hayao [Wed, 30 Sep 2020 09:44:38 +0000 (18:44 +0900)]
Merge branch 'alteriso-3-channel-dir' into alteriso-3-mainline

3 years ago[update] : use channel.sh instead of build.sh
hayao [Wed, 30 Sep 2020 09:41:49 +0000 (18:41 +0900)]
[update] : use channel.sh instead of build.sh

3 years ago[update] : Enabled to specify directory in allarch.sh
hayao [Wed, 30 Sep 2020 09:38:59 +0000 (18:38 +0900)]
[update] : Enabled to specify directory in allarch.sh

3 years ago[update] : Enabled to specify directory in build.sh
hayao [Wed, 30 Sep 2020 09:34:58 +0000 (18:34 +0900)]
[update] : Enabled to specify directory in build.sh

3 years ago[update] : use channel_dir var
hayao [Wed, 30 Sep 2020 09:19:33 +0000 (18:19 +0900)]
[update] : use channel_dir var

3 years ago[update] : Supported -f
hayao [Wed, 30 Sep 2020 09:07:11 +0000 (18:07 +0900)]
[update] : Supported -f

3 years ago[clean] : Optimized processing
hayao [Wed, 30 Sep 2020 08:57:51 +0000 (17:57 +0900)]
[clean] : Optimized processing

3 years ago[update] : Supports directory specification
hayao [Wed, 30 Sep 2020 08:56:20 +0000 (17:56 +0900)]
[update] : Supports directory specification

3 years ago[update] : Supported long option
hayao [Wed, 30 Sep 2020 08:45:36 +0000 (17:45 +0900)]
[update] : Supported long option

3 years ago[change] : Changed display tool from arandr to lxrandr
hayao [Tue, 29 Sep 2020 12:11:17 +0000 (21:11 +0900)]
[change] : Changed display tool from arandr to lxrandr

3 years ago[fix] : syslinux entry name
hayao [Tue, 29 Sep 2020 11:18:47 +0000 (20:18 +0900)]
[fix] : syslinux entry name

https://twitter.com/Hayao0819/status/1310901299899105282

3 years ago[fix] : Fixed rt-lts kernel typo
hayao [Tue, 29 Sep 2020 10:48:41 +0000 (19:48 +0900)]
[fix] : Fixed rt-lts kernel typo

3 years agoUpdate: Twitterへのリンク切れを修正 YangDevJP -> yangniao23
yangniao23 [Mon, 28 Sep 2020 14:37:20 +0000 (23:37 +0900)]
Update: Twitterへのリンク切れを修正 YangDevJP -> yangniao23

3 years agoMerge pull request #200 from yangniao23/alteriso-3-mainline
yangniao23 [Mon, 28 Sep 2020 14:33:36 +0000 (23:33 +0900)]
Merge pull request #200 from yangniao23/alteriso-3-mainline

Update: dockerビルドにてpacmanのdb/pkg共有機能を実装

3 years agoUpdate:
yangniao23 [Mon, 28 Sep 2020 14:29:40 +0000 (23:29 +0900)]
Update:
pkgディレクトリとsyncディレクトリの両方が存在する場合に限りホストと共有するように変更

3 years agoUpdate: dockerビルドにてpacmanのdb/pkg共有機能を実装
yangniao23 [Mon, 28 Sep 2020 14:19:08 +0000 (23:19 +0900)]
Update: dockerビルドにてpacmanのdb/pkg共有機能を実装

3 years ago[update] : Changed zstd comp option
hayao [Mon, 28 Sep 2020 09:46:21 +0000 (18:46 +0900)]
[update] : Changed zstd comp option

3 years agoMerge pull request #198 from yangniao23/alteriso-3-mainline
Hayao (山田パヤオ) [Sun, 27 Sep 2020 15:40:04 +0000 (00:40 +0900)]
Merge pull request #198 from yangniao23/alteriso-3-mainline

Docker対応を強化

3 years agoMerge remote-tracking branch 'upstream/alteriso-3-mainline' into alteriso-3-mainline
yangniao23 [Sun, 27 Sep 2020 15:05:27 +0000 (00:05 +0900)]
Merge remote-tracking branch 'upstream/alteriso-3-mainline' into alteriso-3-mainline

3 years agoUPDATE: docker対応を強化
yangniao23 [Sun, 27 Sep 2020 15:00:21 +0000 (00:00 +0900)]
UPDATE: docker対応を強化

3 years agoMerge branch 'alteriso-3-serene' into alteriso-3-mainline
hayao [Sun, 27 Sep 2020 13:29:31 +0000 (22:29 +0900)]
Merge branch 'alteriso-3-serene' into alteriso-3-mainline

3 years ago[add] : Added icons
hayao [Sun, 27 Sep 2020 11:48:07 +0000 (20:48 +0900)]
[add] : Added icons

3 years agoMerge branch 'alteriso-3-mainline' into alteriso-3-serene
hayao [Sun, 27 Sep 2020 10:23:39 +0000 (19:23 +0900)]
Merge branch 'alteriso-3-mainline' into alteriso-3-serene

3 years ago[change] : Changed filename
hayao [Sun, 27 Sep 2020 10:22:42 +0000 (19:22 +0900)]
[change] : Changed filename

3 years ago[disable] : Disabled some packages
hayao [Sun, 27 Sep 2020 10:14:15 +0000 (19:14 +0900)]
[disable] : Disabled some packages

3 years agofixed makedepends
kokkiemouse [Sun, 27 Sep 2020 09:59:16 +0000 (18:59 +0900)]
fixed makedepends

3 years agoRevert "[revert] : "[fix] : Fixed an issue where some dependent packages were not...
hayao [Sun, 27 Sep 2020 08:14:28 +0000 (17:14 +0900)]
Revert "[revert] :  "[fix] : Fixed an issue where some dependent packages were not installed.""

This reverts commit 4c038e0950ae3203e63c66aacba4a35a1d0f887a.

3 years ago[revert] : "[fix] : Fixed an issue where some dependent packages were not installed."
hayao [Sun, 27 Sep 2020 08:14:28 +0000 (17:14 +0900)]
[revert] :  "[fix] : Fixed an issue where some dependent packages were not installed."

This reverts commit 7736ef71d61db21b1d87e6be63777c610ee151c4.

3 years ago[fix] : Fixed referencing undefined variables in certain operations
hayao [Sun, 27 Sep 2020 09:46:26 +0000 (18:46 +0900)]
[fix] : Fixed referencing undefined variables in certain operations

3 years ago[fix] : Fixed an issue where channel config was not applied.
hayao [Sun, 27 Sep 2020 09:17:38 +0000 (18:17 +0900)]
[fix] : Fixed an issue where channel config was not applied.

3 years ago[update] : Always check for dependent packages.
hayao [Sun, 27 Sep 2020 09:14:45 +0000 (18:14 +0900)]
[update] : Always check for dependent packages.

3 years ago[add] : hostname
hayao [Sun, 27 Sep 2020 09:03:26 +0000 (18:03 +0900)]
[add] : hostname

3 years ago[update] : Moved numix-blue-gtk-theme-bin to official package list from aur
hayao [Sun, 27 Sep 2020 09:01:54 +0000 (18:01 +0900)]
[update] : Moved numix-blue-gtk-theme-bin to official package list from aur

3 years ago[revert] : "[fix] : Fixed an issue where some dependent packages were not installed."
hayao [Sun, 27 Sep 2020 08:13:53 +0000 (17:13 +0900)]
[revert] :  "[fix] : Fixed an issue where some dependent packages were not installed."

This reverts commit 58aa194a729296f1e33e54bb2249c03aa872dc2d.

3 years ago[update] : Added numix theme package
hayao [Sun, 27 Sep 2020 08:34:22 +0000 (17:34 +0900)]
[update] : Added numix theme package

3 years ago[fix] : Fixed an issue where some dependent packages were not installed.
hayao [Sun, 27 Sep 2020 08:14:28 +0000 (17:14 +0900)]
[fix] : Fixed an issue where some dependent packages were not installed.

3 years ago[fix] : Fixed an issue where some dependent packages were not installed.
hayao [Sun, 27 Sep 2020 08:13:53 +0000 (17:13 +0900)]
[fix] : Fixed an issue where some dependent packages were not installed.

3 years ago[add] : Added splash.png
hayao [Sun, 27 Sep 2020 07:59:39 +0000 (16:59 +0900)]
[add] : Added splash.png

3 years ago[change] : Icon theme to paper
hayao [Sun, 27 Sep 2020 07:58:49 +0000 (16:58 +0900)]
[change] : Icon theme to paper

3 years ago[update] : Added serene icon and gtk theme package
hayao [Sun, 27 Sep 2020 07:57:18 +0000 (16:57 +0900)]
[update] : Added serene icon and gtk theme package

3 years ago[add] : plymouth theme
hayao [Sun, 27 Sep 2020 07:45:28 +0000 (16:45 +0900)]
[add] : plymouth theme

3 years agoMerge branch 'alteriso-3-mainline' into alteriso-3-serene
hayao [Sun, 27 Sep 2020 07:06:51 +0000 (16:06 +0900)]
Merge branch 'alteriso-3-mainline' into alteriso-3-serene

3 years ago[update] : Changed the execution order of processing
hayao [Sun, 27 Sep 2020 07:03:09 +0000 (16:03 +0900)]
[update] : Changed the execution order of processing

3 years ago[update] : Changed function name and configuration.
hayao [Sun, 27 Sep 2020 06:39:33 +0000 (15:39 +0900)]
[update] : Changed function name and configuration.

3 years ago[update] : Supported defualtpassword
hayao [Sun, 27 Sep 2020 06:11:05 +0000 (15:11 +0900)]
[update] : Supported defualtpassword

3 years ago[fix] : Fixed a special package list
hayao [Sun, 27 Sep 2020 06:09:05 +0000 (15:09 +0900)]
[fix] : Fixed a special package list

Fixed an issue that did not load the AUR kernel package list and Plymouth package list.

3 years ago[fix] : ISO filename
hayao [Sun, 27 Sep 2020 06:01:49 +0000 (15:01 +0900)]
[fix] : ISO filename

3 years ago[add] : icon theme
hayao [Sun, 27 Sep 2020 05:58:02 +0000 (14:58 +0900)]
[add] : icon theme

3 years ago[remove] : Startdash icon
hayao [Sun, 27 Sep 2020 05:54:12 +0000 (14:54 +0900)]
[remove] : Startdash icon

3 years ago[add] : grub serene icon
hayao [Sun, 27 Sep 2020 05:53:45 +0000 (14:53 +0900)]
[add] : grub serene icon

3 years ago[add] : serene icons
hayao [Sun, 27 Sep 2020 05:12:06 +0000 (14:12 +0900)]
[add] : serene icons

3 years ago[add] : wallpapers
hayao [Sun, 27 Sep 2020 04:37:34 +0000 (13:37 +0900)]
[add] : wallpapers

3 years ago[remove] : Zsh packages
hayao [Sun, 27 Sep 2020 04:21:10 +0000 (13:21 +0900)]
[remove] : Zsh packages

3 years ago[update] : Lightdm slick-greeter
hayao [Sun, 27 Sep 2020 04:04:45 +0000 (13:04 +0900)]
[update] : Lightdm slick-greeter

3 years ago[add] : xfce's bash configs
hayao [Sun, 27 Sep 2020 04:01:49 +0000 (13:01 +0900)]
[add] : xfce's bash configs

3 years ago[remove] : Removed zsh configs
hayao [Sun, 27 Sep 2020 03:54:58 +0000 (12:54 +0900)]
[remove] : Removed zsh configs

3 years ago[add] : SereneLinux skel
hayao [Sun, 27 Sep 2020 03:54:10 +0000 (12:54 +0900)]
[add] : SereneLinux skel

3 years ago[change] : Use defaultpassword
hayao [Sun, 27 Sep 2020 03:30:15 +0000 (12:30 +0900)]
[change] : Use defaultpassword

3 years agoMerge remote-tracking branch 'origin/alteriso-3-serene' into alteriso-3-serene
hayao [Sun, 27 Sep 2020 03:29:17 +0000 (12:29 +0900)]
Merge remote-tracking branch 'origin/alteriso-3-serene' into alteriso-3-serene

3 years ago[update] : Added alteriso config
hayao [Sun, 27 Sep 2020 03:23:41 +0000 (12:23 +0900)]
[update] : Added alteriso config

3 years ago[change] : README
hayao [Sun, 27 Sep 2020 03:19:49 +0000 (12:19 +0900)]
[change] : README

3 years ago[change] : Changed decsription
hayao [Sun, 27 Sep 2020 03:16:22 +0000 (12:16 +0900)]
[change] : Changed decsription

3 years ago[add] : serene channel (based xfce)
hayao [Sun, 27 Sep 2020 03:15:33 +0000 (12:15 +0900)]
[add] : serene channel (based xfce)

3 years ago[update] : Added defaultpassword
hayao [Sun, 27 Sep 2020 03:28:31 +0000 (12:28 +0900)]
[update] : Added defaultpassword