Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
eabc82c7
Commit
eabc82c7
authored
May 27, 2020
by
Jean-Philippe Evrard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespaces
To please my OCD, and remove my editor flashing boxes, I am removing trailing whitespaces. They have no purpose in life.
parent
b2376373
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
check-config.sh
contrib/util/check-config.sh
+1
-1
package-airgap
scripts/package-airgap
+1
-1
package-rpm
scripts/package-rpm
+1
-1
vagrant
scripts/provision/vagrant
+1
-1
wg-add.sh
scripts/wg-add.sh
+1
-1
No files found.
contrib/util/check-config.sh
View file @
eabc82c7
...
@@ -404,7 +404,7 @@ fi
...
@@ -404,7 +404,7 @@ fi
# IOSCHED_CFQ CFQ_GROUP_IOSCHED
# IOSCHED_CFQ CFQ_GROUP_IOSCHED
flags
=
"
flags
=
"
BLK_CGROUP BLK_DEV_THROTTLING
BLK_CGROUP BLK_DEV_THROTTLING
CGROUP_PERF
CGROUP_PERF
CGROUP_HUGETLB
CGROUP_HUGETLB
NET_CLS_CGROUP
$netprio
NET_CLS_CGROUP
$netprio
...
...
scripts/package-airgap
View file @
eabc82c7
...
@@ -8,5 +8,5 @@ cd $(dirname $0)/..
...
@@ -8,5 +8,5 @@ cd $(dirname $0)/..
airgap_image_file
=
'scripts/airgap/image-list.txt'
airgap_image_file
=
'scripts/airgap/image-list.txt'
images
=
$(
cat
"
${
airgap_image_file
}
"
)
images
=
$(
cat
"
${
airgap_image_file
}
"
)
xargs
-n1
docker pull
<<<
"
${
images
}
"
xargs
-n1
docker pull
<<<
"
${
images
}
"
docker save
${
images
}
-o
dist/artifacts/k3s-airgap-images-
${
ARCH
}
.tar
docker save
${
images
}
-o
dist/artifacts/k3s-airgap-images-
${
ARCH
}
.tar
cp
"
${
airgap_image_file
}
"
dist/artifacts/k3s-images.txt
cp
"
${
airgap_image_file
}
"
dist/artifacts/k3s-images.txt
scripts/package-rpm
View file @
eabc82c7
...
@@ -54,7 +54,7 @@ if ! grep "BEGIN PGP PRIVATE KEY BLOCK" <<<"$PRIVATE_KEY"; then
...
@@ -54,7 +54,7 @@ if ! grep "BEGIN PGP PRIVATE KEY BLOCK" <<<"$PRIVATE_KEY"; then
exit
0
exit
0
fi
fi
cat
<<
\
EOF
>~/.rpmmacros
cat
<<
\
EOF
>~/.rpmmacros
%_signature gpg
%_signature gpg
%_gpg_name ci@rancher.com
%_gpg_name ci@rancher.com
EOF
EOF
...
...
scripts/provision/vagrant
View file @
eabc82c7
...
@@ -11,7 +11,7 @@ fi
...
@@ -11,7 +11,7 @@ fi
if
[[
$HOME
=
/go/
*
]]
;
then
if
[[
$HOME
=
/go/
*
]]
;
then
echo
'Must not launch vagrant from /go/'
echo
'Must not launch vagrant from /go/'
exit
1
exit
1
fi
fi
cd
cd
# --- Default to root user for vagrant ssh
# --- Default to root user for vagrant ssh
...
...
scripts/wg-add.sh
View file @
eabc82c7
...
@@ -16,7 +16,7 @@ auto-mtu() {
...
@@ -16,7 +16,7 @@ auto-mtu() {
}
}
# probe for any modules that may be needed
# probe for any modules that may be needed
modprobe wireguard
modprobe wireguard
modprobe tun
modprobe tun
# try wireguard kernel module first
# try wireguard kernel module first
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment