Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
0e354d9a
Commit
0e354d9a
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Copy configuration examples explicitly and only once.
Refers to
#18
parent
74f66941
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Scripts/Make-Package.ps1
+3
-2
3 additions, 2 deletions
Scripts/Make-Package.ps1
with
3 additions
and
2 deletions
Scripts/Make-Package.ps1
+
3
−
2
View file @
0e354d9a
...
...
@@ -62,9 +62,10 @@ Copy-Item -Exclude *.pdb -Recurse "$($BinariesDirService)\*" $tgt
Copy-Item
-Exclude
*.
pdb
-Recurse
"
$(
$BinariesDirTrayApp
)
\*"
$tgt
-EA
Ignore
Copy-Item
-Exclude
*.
pdb
-Recurse
"
$(
$BinariesDirCfgTest
)
\*"
$tgt
-EA
Ignore
# provide an up-to-date version of the example config file:
Copy-Item
-Recurse
"
$(
$RsrcDirCommon
)
\conf"
"
$(
$tgt
)
\conf-example"
$example
=
New-Item
-ItemType
Container
-Path
$PkgDir
-Name
"conf-example"
Copy-Item
"
$(
$RsrcDirCommon
)
\conf\config.common.xml"
$example
Copy-Item
"
$(
$RsrcDirCommon
)
\conf\host-specific.template.xml"
$example
Copy-Item
-Recurse
"
$(
$RsrcDirCommon
)
\conf"
"
$(
$PkgDir
)
"
Copy-Item
"
$(
$ResourceDir
)
\BuildDate.txt"
"
$(
$PkgDir
)
\AutoTx.log"
Copy-Item
"
$(
$ResourceDir
)
\BuildConfiguration.txt"
$
(
$PkgDir
)
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment