From dcd29d2638905fa5cd9a601766500dd1b687ec8c Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Thu, 21 Jul 2022 09:29:25 +0200 Subject: [PATCH] Allow to use git archive on GitHub Summary: allow to use git archive on GitHub Ref T14925 Test Plan: CI Reviewers: O51 Linux Coolidge, jvetter Reviewed By: O51 Linux Coolidge, jvetter Subscribers: #linux_coolidge_cc Differential Revision: https://phab.kalray.eu/D22324 --- .gitattributes | 2 -- README-github_gitlab-autogenerated-archives.txt | 11 ----------- 2 files changed, 13 deletions(-) delete mode 100644 .gitattributes delete mode 100644 README-github_gitlab-autogenerated-archives.txt diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d4eba3a9cd1f0..0000000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/* export-ignore -/README-github_gitlab-autogenerated-archives.txt -export-ignore diff --git a/README-github_gitlab-autogenerated-archives.txt b/README-github_gitlab-autogenerated-archives.txt deleted file mode 100644 index 9caa33b51d51f..0000000000000 --- a/README-github_gitlab-autogenerated-archives.txt +++ /dev/null @@ -1,11 +0,0 @@ -github/gitlab autogenerated archives are not supported -====================================================== - -This information applies to bundles automatically generated -by github and gitlab. - -strace's program version is maintained using git-version-gen script, therefore, -building strace depends on "git describe" (a full git clone is needed for this) -or, alternatively, a .tarball-version file. Neither github nor gitlab can -provide the latter, they also do not allow to inject a .tarball-version file -during export archiving.