Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
2b7b9017
Commit
2b7b9017
authored
3 years ago
by
Frédéric Pierret
Committed by
Holger Levsen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
create_meta_pkg_sets: create package sets into public folder
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
f7290c04
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/rblib/const.py
+1
-1
1 addition, 1 deletion
bin/rblib/const.py
bin/reproducible_create_meta_pkg_sets.sh
+1
-1
1 addition, 1 deletion
bin/reproducible_create_meta_pkg_sets.sh
bin/reproducible_html_pkg_sets.py
+1
-1
1 addition, 1 deletion
bin/reproducible_html_pkg_sets.py
with
3 additions
and
3 deletions
bin/rblib/const.py
+
1
−
1
View file @
2b7b9017
...
...
@@ -28,7 +28,7 @@ defaultarch = conf_distro['defaultarch']
BIN_PATH
=
__location__
BASE
=
conf_distro
[
'
basedir
'
]
TEMPLATE_PATH
=
conf_distro
[
'
templates
'
]
PKGSET_DEF_PATH
=
'
/srv/reproducible-resul
ts
'
PKGSET_DEF_PATH
=
os
.
path
.
expanduser
(
'
~jenkins/userContent/reproducible/debian/pkg-se
ts
'
)
TEMP_PATH
=
conf_distro
[
'
tempdir
'
]
REPRODUCIBLE_STYLES
=
os
.
path
.
join
(
BASE
,
conf_distro
[
'
css
'
])
...
...
This diff is collapsed.
Click to expand it.
bin/reproducible_create_meta_pkg_sets.sh
+
1
−
1
View file @
2b7b9017
...
...
@@ -535,7 +535,7 @@ for SUITE in $SUITES ; do
echo
DISTNAME
=
"
$SUITE
-
$ARCH
"
TPATH
=
/srv/reproducible-results/meta_
pkgsets
-
$SUITE
TPATH
=
~jenkins/userContent/reproducible/debian/
pkg
-
sets
/
$SUITE
mkdir
-p
$TPATH
PACKAGES
=
$(
ls
$CHPATH
/
$DISTNAME
/var/lib/apt/lists/
*
_dists_
${
SUITE
}
_main_binary-
${
ARCH
}
_Packages
)
...
...
This diff is collapsed.
Click to expand it.
bin/reproducible_html_pkg_sets.py
+
1
−
1
View file @
2b7b9017
...
...
@@ -52,7 +52,7 @@ def percent(part, whole):
def
gather_meta_stats
(
suite
,
arch
,
pkgset_name
):
pkgset_file
=
os
.
path
.
join
(
PKGSET_DEF_PATH
,
'
meta_pkgsets-
'
+
suite
,
pkgset_file
=
os
.
path
.
join
(
PKGSET_DEF_PATH
,
suite
,
pkgset_name
+
'
.pkgset
'
)
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