From bbff6ae52998c3faeb41fd508e998780dcc75df1 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 3 Sep 2018 16:21:43 +0200 Subject: [PATCH] dde_linux: keep .git contrib directory This is a follow-up commit to "dde_linux: remove unused WPA supplicant code" that prevents the potential data loss described in #2959. --- repos/dde_linux/ports/dde_linux.hash | 2 +- repos/dde_linux/ports/dde_linux.port | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/dde_linux/ports/dde_linux.hash b/repos/dde_linux/ports/dde_linux.hash index 82cd6f1ac..af6458b15 100644 --- a/repos/dde_linux/ports/dde_linux.hash +++ b/repos/dde_linux/ports/dde_linux.hash @@ -1 +1 @@ -4d3a15cd044cf6df2678f60469909d60b419063d +366d27b8a692809bd91945127c12dfb5e3502980 diff --git a/repos/dde_linux/ports/dde_linux.port b/repos/dde_linux/ports/dde_linux.port index 79b49ff2e..9ad1735d0 100644 --- a/repos/dde_linux/ports/dde_linux.port +++ b/repos/dde_linux/ports/dde_linux.port @@ -134,7 +134,7 @@ DIR(wpa_supplicant) := src/app/wpa_supplicant # remove unused code and git history from the repo _patch: cleanup-wpa cleanup-wpa: - @for dir in .git doc eap_example hs20 mac80211_hwsim radius_example \ + @for dir in doc eap_example hs20 mac80211_hwsim radius_example \ hostapd tests wlantest wpadebug wpaspy; do \ rm -rf ${DIR(wpa_supplicant)}/$$dir; done