Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/d525c19c626d6f196eb62058ccfb4f1775b40d27?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
68725 deletions
@ -42,5 +42,7 @@ error_exit $?
error_exit $?
error_exit $?
# Add symlink to gpg2 for convenience
# Add symlink to gpg2 for convenience
echo "Symlinking gpg2 ..."
if [ ! -e " $TARGET_DIR /usr/bin/gpg " ] ; then
ln -s /usr/bin/gpg2 $TARGET_DIR /usr/bin/gpg
echo "Symlinking gpg2 ..."
ln -s /usr/bin/gpg2 $TARGET_DIR /usr/bin/gpg
fi
@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/sh
do_start() {
do_start() {
FILE=/usr/share/dict/hostname-list
# FILE=/usr/share/dict/hostname-list
if [ -f "/etc/hostname" ]; then
if [ -f "/etc/hostname" ]; then
OLDHOST="$(cat /etc/hostname)"
OLDHOST="$(cat /etc/hostname)"
@ -22,7 +22,8 @@ do_start() {
# we aren't doing this, but it could be useful in the future.
# we aren't doing this, but it could be useful in the future.
NOTFOUND=0
NOTFOUND=0
until [ "${NOTFOUND}" -gt "0" ]; do
until [ "${NOTFOUND}" -gt "0" ]; do
WORD=$(/usr/bin/shuf -n1 "$FILE")
#WORD=$(/usr/bin/shuf -n1 "$FILE")
WORD=$(/usr/bin/openssl rand -hex 8)
/bin/fgrep -r $WORD /etc/ 2>&1 >> /dev/null
/bin/fgrep -r $WORD /etc/ 2>&1 >> /dev/null
NOTFOUND=$?
NOTFOUND=$?
File diff suppressed because it is too large
Load Diff