Skip to content

Commit 658d505

Browse files
committed
makedist.sh: update to 6.3
1 parent ca32baf commit 658d505

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

makedist.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
set -x
3+
name=linux
4+
version=6.3
5+
tarballs=$name-$version-`date +%Y%m%d`.tar.xz
6+
7+
git archive --format=tar.xz --prefix=$name-$version/ -o $tarballs HEAD
8+
9+
if mountpoint /archlinux/ >/dev/null 2>&1;then
10+
cp $tarballs /archlinux/sources
11+
fi

0 commit comments

Comments
 (0)