Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!207
Resolve "ArchLinux package script"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "ArchLinux package script"
169-archlinux-package-script
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
4
Closed
Pascal Engélibert
requested to merge
169-archlinux-package-script
into
dev
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
Closes
#169 (closed)
Edited
5 years ago
by
Pascal Engélibert
0
0
Merge request reports
Compare
dev
version 18
013d8355
5 years ago
version 17
ca538acb
5 years ago
version 16
1af11f9e
5 years ago
version 15
5e1fac91
5 years ago
version 14
3d1b8ec3
5 years ago
version 13
f62d4d84
5 years ago
version 12
e55ec821
5 years ago
version 11
1ab7df86
5 years ago
version 10
21ef347c
5 years ago
version 9
13b14101
5 years ago
version 8
b174decf
5 years ago
version 7
45a0fb0c
5 years ago
version 6
02130522
5 years ago
version 5
06219626
5 years ago
version 4
5fab78f2
5 years ago
version 3
199e5fbe
5 years ago
version 2
2b6fd471
5 years ago
version 1
83d43606
5 years ago
dev (base)
and
latest version
latest version
41360508
1 commit,
5 years ago
version 18
013d8355
1 commit,
5 years ago
version 17
ca538acb
3 commits,
5 years ago
version 16
1af11f9e
3 commits,
5 years ago
version 15
5e1fac91
3 commits,
5 years ago
version 14
3d1b8ec3
3 commits,
5 years ago
version 13
f62d4d84
3 commits,
5 years ago
version 12
e55ec821
3 commits,
5 years ago
version 11
1ab7df86
3 commits,
5 years ago
version 10
21ef347c
3 commits,
5 years ago
version 9
13b14101
3 commits,
5 years ago
version 8
b174decf
3 commits,
5 years ago
version 7
45a0fb0c
3 commits,
5 years ago
version 6
02130522
3 commits,
5 years ago
version 5
06219626
3 commits,
5 years ago
version 4
5fab78f2
3 commits,
5 years ago
version 3
199e5fbe
3 commits,
5 years ago
version 2
2b6fd471
2 commits,
5 years ago
version 1
83d43606
1 commit,
5 years ago
4 files
+
106
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
bin/dunitrust-server/Cargo.toml
+
4
−
1
Options
@@ -51,4 +51,7 @@ assets = [
[
"../../target/armv7-unknown-linux-gnueabihf/release/dunitrust"
,
"usr/bin/"
,
"755"
],
[
"../../images/duniter-rs.png"
,
"usr/share/dunitrust/"
,
"644"
],
]
features
=
[
"ssl"
]
\ No newline at end of file
features
=
[
"ssl"
]
[
package.metadata.arch
]
arch
=
[
"x86_64"
]
\ No newline at end of file
Loading