Skip to content

Commit

Permalink
fix bug for git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
pharra committed May 16, 2018
1 parent 08c47ab commit 864401f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ prepare() {
select _version in "4.14" "4.15" "4.16" ;do
break;
done
git pull
git add . && git reset --hard HEAD^1
git checkout "linux-${_version}.y"
#git pull
#pkgver=`git describe --always | tr -d 'v'`
#echo ${pkgver}
# add upstream patch
Expand Down

0 comments on commit 864401f

Please sign in to comment.