Skip to content

Commit

Permalink
s/python-sh/python2-sh/
Browse files Browse the repository at this point in the history
Was replaced in qubes-builder in:
- f25bf99f63d908ebfc40af0c506ed508eb35ff21
- 436636d08d0aa4e63f12f1e0413d4bbb76d125e9
- fe67e382e7f2b3cb92bc83977b00810bbe11685e

This just updates docs to match.
  • Loading branch information
jpouellet committed Jul 25, 2018
1 parent 9e6bc2d commit bcd09f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions building/building-archlinux-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ redirect_from:

* rpmdevtools

* python-sh
* python2-sh

* dialog

Expand All @@ -70,7 +70,7 @@ redirect_from:

* The tools can usually be installed all together with the following terminal command string:

* **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign gnupg**
* **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python2-sh dialog rpm-sign gnupg**
<br>
<br>
![arch-template-04](/attachment/wiki/ArchlinuxTemplate/arch-template-04.png)
Expand Down
4 changes: 2 additions & 2 deletions building/qubes-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In order to use it, one should use an rpm-based distro, like Fedora :), and shou
- make
- wget
- rpmdevtools
- python-sh
- python2-sh
- dialog
- rpm-sign
- dpkg-dev
Expand All @@ -36,7 +36,7 @@ In order to use it, one should use an rpm-based distro, like Fedora :), and shou

Usually one can install those packages by just issuing:

sudo dnf install gpg git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign dpkg-dev debootstrap PyYAML
sudo dnf install gpg git createrepo rpm-build make wget rpmdevtools python2-sh dialog rpm-sign dpkg-dev debootstrap PyYAML

The build system creates build environments in chroots and so no other packages are needed on the host. All files created by the build system are contained within the qubes-builder directory. The full build requires some 25GB of free space, so keep that in mind when deciding where to place this directory.

Expand Down

0 comments on commit bcd09f2

Please sign in to comment.