Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
a6ddb2a9
Commit
a6ddb2a9
authored
3 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Update security repository for new stable
parent
668129ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/config
+2
-1
2 additions, 1 deletion
helpers/config
with
2 additions
and
1 deletion
helpers/config
+
2
−
1
View file @
a6ddb2a9
...
@@ -111,6 +111,7 @@ apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.
...
@@ -111,6 +111,7 @@ apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
8B48AD6246925553
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
8B48AD6246925553
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
DCC9EFBF77E11517
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
DCC9EFBF77E11517
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
648ACFD622F3D138
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
648ACFD622F3D138
>
/dev/null
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--keyserver
hkps://keyserver.ubuntu.com:443
--recv-keys
54404762BBB6E853
>
/dev/null
# Tor gpg key
# Tor gpg key
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--import
DATA/tor/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc
apt-key
--keyring
${
LOCAL_APT
}
/etc/trusted.gpg adv
--import
DATA/tor/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc
fi
fi
...
@@ -138,7 +139,7 @@ if [ "1$EXTERNAL" != "1" ]; then
...
@@ -138,7 +139,7 @@ if [ "1$EXTERNAL" != "1" ]; then
COMPONENTS
=
$(
eval echo
"
$EXTERNAL
"
|
cut
-d
' '
-f
4-
)
COMPONENTS
=
$(
eval echo
"
$EXTERNAL
"
|
cut
-d
' '
-f
4-
)
echo
"deb-src http://deb.debian.org/debian
$RELNAME
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
echo
"deb-src http://deb.debian.org/debian
$RELNAME
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
echo
"deb-src http://deb.debian.org/debian
${
RELNAME
}
-updates
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
echo
"deb-src http://deb.debian.org/debian
${
RELNAME
}
-updates
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
echo
"deb-src http://
deb
.debian.org/debian-security
${
RELNAME
}
/updates
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
echo
"deb-src http://
security
.debian.org/debian-security
/
${
RELNAME
}
-security
$COMPONENTS
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
else
else
eval echo
"
$EXTERNAL
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
eval echo
"
$EXTERNAL
"
>>
${
LOCAL_APT
}
/etc/apt.sources.list
fi
fi
...
...
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