Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heptazhou committed Apr 8, 2024
1 parent 2fce4d1 commit 553cc07
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/make-7-zip-full.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/make-iraf-bin.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/make-libcurl-julia-bin.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/make-nsis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/make-wine64.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/make-yay.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/repo-updt.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion workflows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ using OrderedCollections: LittleDict as LDict
using OrderedCollections: OrderedDict as ODict
using YAML: YAML, yaml

const COMPRESS = "zstdmt -17 -M1024M --long"
const NAME, MAIL = "Seele", "[email protected]"
const PACKAGER = "$NAME <$MAIL>"
const PUSH_NOP = "Everything up-to-date"
Expand Down Expand Up @@ -58,8 +59,9 @@ const ACT_INIT(cmd::StrOrSym, envs::Pair...) = ACT_RUN("""
echo -e 'Server = $(mirror[1])' >> mirrorlist
echo -e 'Server = $(mirror[2])' >> mirrorlist
tac mirrorlist > mirrorlist~ && mv mirrorlist{~,} && cd /etc
sed -r 's/^(COMPRESSZST)=.*/\\1=($COMPRESS)/' -i makepkg.conf
sed -r 's/^#(MAKEFLAGS)=.*/\\1="-j`nproc`"/' -i makepkg.conf
sed -r 's/^#(PACKAGER)=.*/\\1="$PACKAGER"/' -i makepkg.conf
sed -r 's/^#(PACKAGER)=.*/\\1="$PACKAGER"/' -i makepkg.conf
pacman-key --init""", """
pacman -Syu --noconfirm dbus-daemon-units git pacman-contrib
sed -r 's/\\b(EUID)\\s*==\\s*0\\b/\\1 < -0/' -i /bin/makepkg
Expand Down

0 comments on commit 553cc07

Please sign in to comment.