Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poulpe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
Poulpe
Commits
2b1f0497
Commit
2b1f0497
authored
1 year ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
bundles: align the brick description filename
This aligns it with the name for data-env, bin-env, etc…
parent
c5b5949c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
suites/hg/brick-setup/create-bundle-brick
+1
-1
1 addition, 1 deletion
suites/hg/brick-setup/create-bundle-brick
suites/hg/setup-data/setup-60-bundles
+1
-1
1 addition, 1 deletion
suites/hg/setup-data/setup-60-bundles
with
2 additions
and
2 deletions
suites/hg/brick-setup/create-bundle-brick
+
1
−
1
View file @
2b1f0497
...
...
@@ -25,7 +25,7 @@
mkdir
$brick_dir
fi
brick_file
=
"
$brick_dir
/
bundle-bricks.toml
"
brick_file
=
"
$brick_dir
/
data-brick.poulpe
"
echo
"finding all extra revisions"
hg
-R
"
$source_repo
"
incoming
--quiet
"
$extra_rev_repo
"
-T
'{node}\n'
>
"
$all_extra_rev
"
...
...
This diff is collapsed.
Click to expand it.
suites/hg/setup-data/setup-60-bundles
+
1
−
1
View file @
2b1f0497
...
...
@@ -21,7 +21,7 @@
def
__init__
(
self
,
path
):
self
.
_path
=
path
desc_file
=
self
.
_path
/
"
brick
-description
.poulpe
"
desc_file
=
self
.
_path
/
"
data-
brick.poulpe
"
self
.
_data
=
poulpe
.
basics
.
get_data
(
desc_file
)
assert
self
.
_data
[
'
poulpe
'
][
'
brick
'
][
'
type
'
]
==
"
bundles
"
assert
self
.
_data
[
'
poulpe
'
][
'
brick
'
][
'
version
'
]
==
0
...
...
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