From 041082cad564ddba3bc55a66a81684ac9d9018b8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 12 Aug 2019 15:26:08 +0200 Subject: Use "git reset --hard" instead of "git stash" --- src/allocators/glibc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/glibc.py') diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py index 646b0d3..3842877 100644 --- a/src/allocators/glibc.py +++ b/src/allocators/glibc.py @@ -5,8 +5,8 @@ version = 2.29 glibc_src = Allocator_Sources("glibc", retrieve_cmds=["git clone git://sourceware.org/git/glibc.git"], - reset_cmds=["git stash"]) prepare_cmds=[f"git checkout glibc-{version}"], + reset_cmds=["git reset --hard"]) class Glibc (Allocator): -- cgit v1.2.3