Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
aaa4bb5e
Commit
aaa4bb5e
authored
Feb 11, 2011
by
Lukas Fleischer
Browse files
Add note about aurblup to "UPGRADING".
Signed-off-by:
Lukas Fleischer
<
archlinux@cryptocrack.de
>
parent
c332c0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
UPGRADING
View file @
aaa4bb5e
...
...
@@ -61,6 +61,24 @@ for pkg in *; do
done
----
4.
(
optional
)
:
1.8.0
includes
a
helper
utility
called
"aurblup"
that
can
be
used
to
prevent
users
from
uploading
source
packages
with
names
identical
to
packages
in
predefined
binary
repos
,
e
.
g
.
the
official
repositories
of
your
distribution
.
In
order
to
build
and
install
aurblup
,
enter
the
following
commands
:
cd
scripts
/
aurblup
/
make
config
.
h
$EDITOR
config
.
h
make
install
# as root
Add
something
like
"0 * * * * /usr/local/bin/aurblup"
to
root
's crontab to make
aurblup update the package blacklist every hour.
NOTE: You can run aurblup as non-privileged user as well. Make sure that the
user has read-write access to "/var/lib/aurblup/" (or whatever you defined with
"ALPM_DBPATH") tho.
From 1.6.0 to 1.7.0
-------------------
ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT '';
...
...
Write
Preview
Supports
Markdown
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