User: Hum
(Created page with "== running makeicecat in devuan == * needs bash, hg (mercurial), gpg, grep, sed, wget * tor not running, key not found?! - Mail to [https://lists.gnu.org/archive/html/gnuzill...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* needs bash, hg (mercurial), gpg, grep, sed, wget | * needs bash, hg (mercurial), gpg, grep, sed, wget | ||
− | * tor not running, key not found?! - Mail to [https://lists.gnu.org/archive/html/gnuzilla-dev/2020-01/msg00002.html gnuzilla-dev] | + | * tor not running, key not found, Webinterface doesn't know key?! - Mail to [https://lists.gnu.org/archive/html/gnuzilla-dev/2020-01/msg00002.html gnuzilla-dev] result: Webinterface needs 0x at the beginning |
* wget https://ftp.mozilla.org/pub/firefox/releases/68.4.1esr/KEY | * wget https://ftp.mozilla.org/pub/firefox/releases/68.4.1esr/KEY | ||
* gpg --import KEY | * gpg --import KEY | ||
− | * in makeicecat commented out gpg --recv-key | + | * in makeicecat commented out gpg --recv-key ... ; Antonio showed his solution at [https://gitlab.com/anto.trande/icecat/blob/master/makeicecat#L54] |
* wget "https://git.savannah.gnu.org/cgit/gnuzilla.git/plain/makeicecat?h=68" -O makeicecat | * wget "https://git.savannah.gnu.org/cgit/gnuzilla.git/plain/makeicecat?h=68" -O makeicecat | ||
Line 28: | Line 28: | ||
Datei oder Verzeichnis nicht gefunden | Datei oder Verzeichnis nicht gefunden | ||
</pre> | </pre> | ||
+ | |||
+ | * cloned the gnuzilla git in another dir and copied the data dir | ||
+ | * git clone git://git.savannah.gnu.org/gnuzilla.git | ||
+ | |||
+ | == running makeicecat from Antonio Trande in devuan == | ||
+ | * prename is a link to file-rename. file-rename doesn't know -b |
Latest revision as of 12:56, 13 January 2020
running makeicecat in devuan
- needs bash, hg (mercurial), gpg, grep, sed, wget
- tor not running, key not found, Webinterface doesn't know key?! - Mail to gnuzilla-dev result: Webinterface needs 0x at the beginning
- wget https://ftp.mozilla.org/pub/firefox/releases/68.4.1esr/KEY
- gpg --import KEY
- in makeicecat commented out gpg --recv-key ... ; Antonio showed his solution at [1]
- wget "https://git.savannah.gnu.org/cgit/gnuzilla.git/plain/makeicecat?h=68" -O makeicecat
- chmod +x makeicecat
- ./makeicecat
- it stops with
+ mv compare-locales icecat-68.4.1/l10n + cd icecat-68.4.1 + shopt -s nullglob + shopt -u nullglob ++ cd /n/icecat/icecat/data/files-to-append ./makeicecat.sh: Zeile 91: cd: /n/icecat/icecat/data/files-to-append: Datei oder V erzeichnis nicht gefunden ++ find . -type f -print + for file_to_append in $(cd $DATA/files-to-append; find . -type f -print) + echo Appending new data to the end of file: ./intl/locales/fi/hyphenation/LICENSE Appending new data to the end of file: ./intl/locales/fi/hyphenation/LICENSE + cat /n/icecat/icecat/data/files-to-append/./intl/locales/fi/hyphenation/LICENSE cat: /n/icecat/icecat/data/files-to-append/./intl/locales/fi/hyphenation/LICENSE: Datei oder Verzeichnis nicht gefunden
- cloned the gnuzilla git in another dir and copied the data dir
- git clone git://git.savannah.gnu.org/gnuzilla.git
running makeicecat from Antonio Trande in devuan
- prename is a link to file-rename. file-rename doesn't know -b