Skip to content

Commit

Permalink
makedist.sh: update to 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Mar 16, 2023
1 parent 2936684 commit 5cb59b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions makedist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
set -x
name=linux
version=6.3
tarballs=$name-$version-`date +%Y%m%d`.tar.xz

git archive --format=tar.xz --prefix=$name-$version/ -o $tarballs HEAD

if mountpoint /archlinux/ >/dev/null 2>&1;then
cp $tarballs /archlinux/sources
fi

0 comments on commit 5cb59b4

Please sign in to comment.