[wiki] Third party untrusted code instructions

Robie Basak robie.basak at ubuntu.com
Wed Nov 21 11:47:32 UTC 2018


On Wed, Nov 21, 2018 at 09:51:00AM +0000, Paddy Landau wrote:
> Can you recommend a specific place in which to put the code, please?

From https://help.launchpad.net/Code/Git#Repository_URLs, you could do
something like:

mkdir scripts
cd scripts
git init
mkdir ManualFullSystemEncryption
# put your scripts into ManualFullSystemEncryption/
git add ManualFullSystemEncryption
git commit -m'Initial import'
git remote add origin https://code.launchpad.net/~ubuntu-wiki-editors/+git/scripts
git push origin master

Now you should find the repository at
https://code.launchpad.net/~ubuntu-wiki-editors and be able to deep link to the
scripts themselves from the wiki.

HTH!

Robie


More information about the ubuntu-doc mailing list