Skip to content

Commit

Permalink
makedist.sh: update to 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Jun 21, 2022
1 parent cf5c0ca commit e9dc270
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=5.19.0
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 e9dc270

Please sign in to comment.