mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Merge pull request #1702 from crawford/docker
app-emulation/docker: remove dirty marker
This commit is contained in:
commit
cdcfbf329e
@ -172,6 +172,10 @@ pkg_setup() {
|
|||||||
src_prepare() {
|
src_prepare() {
|
||||||
# allow user patches (use sparingly - upstream won't support them)
|
# allow user patches (use sparingly - upstream won't support them)
|
||||||
epatch_user
|
epatch_user
|
||||||
|
|
||||||
|
# remove the .git directory so that hack/make.sh uses DOCKER_GITCOMMIT
|
||||||
|
# for the commit hash.
|
||||||
|
rm --recursive --force .git
|
||||||
}
|
}
|
||||||
|
|
||||||
go_get_arch() {
|
go_get_arch() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user