Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openafs-debian
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Provoz
openafs-debian
Commits
d2cc6e09
Commit
d2cc6e09
authored
Jun 5, 2024
by
Pavel Vondruska
Browse files
Options
Downloads
Patches
Plain Diff
try newest version
parent
a4a44122
No related branches found
No related tags found
No related merge requests found
Pipeline
#8670
failed
Jun 5, 2024
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.sh
+13
-2
13 additions, 2 deletions
make.sh
with
13 additions
and
2 deletions
make.sh
+
13
−
2
View file @
d2cc6e09
...
...
@@ -29,12 +29,23 @@ EOSOURCES
apt update
-qqq
apt
install
-yqqq
git devscripts build-essential
git clone https://salsa.debian.org/debian/openafs
git clone
-n
--depth
=
1
--filter
=
tree:0
https://salsa.debian.org/debian/openafs
cd
openafs
git sparse-checkout
set
--no-cone
debian
git checkout
mv
debian ..
cd
..
rm
-rf
openafs
git clone
-b
openafs-stable-1_8_11 https://git.openafs.org/openafs.git
mv
debian openafs
cd
openafs
#git clone https://salsa.debian.org/debian/openafs
#cd openafs
mk-build-deps
--install
--tool
=
'apt-get -o Debug::pkgProblemResolver=yes --yes'
debian/control
dpkg-buildpackage
-uc
-us
-b
>
../build.log 2>&1
||
true
dpkg-buildpackage
-uc
-us
-b
||
true
cd
..
mkdir
build
...
...
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