Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
f8112468
Commit
f8112468
authored
Sep 17, 2016
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make dist creates the archive with the current time, not the git time
parent
aaa2ca67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
f8112468
...
...
@@ -247,7 +247,7 @@ install(FILES conf/biboumi.cfg DESTINATION /etc/bib
## Generate a release tarball from the git sources
#
add_custom_command
(
OUTPUT
${
ARCHIVE_NAME
}
.tar.xz
COMMAND git archive --prefix=
${
ARCHIVE_NAME
}
/ --format=tar HEAD
COMMAND git archive --prefix=
${
ARCHIVE_NAME
}
/ --format=tar HEAD
^{tree}
>
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
ARCHIVE_NAME
}
.tar
# Append this specific file that is not part of the git repo
COMMAND tar -rf
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
ARCHIVE_NAME
}
.tar -P
${
SOURCE_DIR
}
/single_include/catch.hpp --xform 's|/.*/|
${
ARCHIVE_NAME
}
/tests/|g'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment