Hal Emmerich
1e59ae5b05
add note about uploading
2020-05-26 21:02:26 -05:00
Hal Emmerich
a377c8dce0
add readme for packaging layout
2020-05-26 20:59:45 -05:00
Hal Emmerich
f782fe88c3
Add austin987 to AUTHORS
2020-05-26 20:14:21 -05:00
Hal Emmerich
1e00d5342f
remove reference to Nicities
2020-05-26 19:47:06 -05:00
Hal Emmerich
f8bc01afc0
fix CI
2020-05-26 19:10:26 -05:00
Hal Emmerich
67ae55d0f1
Modify gnome install to be less opinionated
...
-removed branch readme
-don't remove need for passwords
-move gnome specific packages to their own line
-don't carry script for fixing gnome trackpad, we should find a way to do so at install time
2020-05-26 18:54:00 -05:00
Hal Emmerich
fb13290214
drop extensions
2020-05-26 18:45:17 -05:00
Hal Emmerich
8354dee918
Merge branch 'master' of github.com:SolidHal/PrawnOS
2020-05-26 18:44:34 -05:00
gdallasdye
93192fa511
Revived Gnome Support ( #162 )
...
* Add gnome, stable and unstable mesa packages,
* Install unstable mesa and stable gnome packages
2020-05-26 16:43:15 -07:00
Hal Emmerich
30770c3e4d
Flesh out the package building scripts
...
add pbuilder for cross compiliation
2020-05-26 18:02:03 -05:00
SolidHal
9522627498
Merge pull request #168 from austin987/chromium
...
scripts/buildFilesystem.sh: install chromium
2020-05-25 14:06:31 -07:00
SolidHal
7b44a6941f
Merge pull request #167 from austin987/misc
...
miscellanous stuff
2020-05-25 14:04:34 -07:00
SolidHal
d863d7c3b8
Merge pull request #175 from austin987/build-filesystem-check
...
makefile: make sure SHELL is invoked with set -o pipefail
2020-05-25 13:49:48 -07:00
Hal Emmerich
06515f0681
make it more obvious when the build breaks. Grab apt packages with debootstrap
2020-05-25 15:48:18 -05:00
Hal Emmerich
98d2faf82a
use correct suite
2020-05-25 14:45:35 -05:00
Hal Emmerich
862b9a97e0
add the prawnos apt repo
2020-05-25 14:45:09 -05:00
Austin English
2a456e35cf
scripts/InstallScripts/InstallPackages.sh,scripts/buildFilesystem.sh: install chromium
2020-05-24 20:04:32 -05:00
Austin English
845bde8d94
makefile: make sure SHELL is invoked with set -o pipefail
2020-05-24 19:37:53 -05:00
Hal Emmerich
9a38a9943e
Fix the build, without breaking libinput gestures.
...
closes #173
2020-05-24 18:00:16 -05:00
Austin English
eeb58b747f
README.md: add 'status=progress' to dd command
2020-05-23 05:21:18 -05:00
Austin English
2d2c4bd4be
scripts/buildKernel.sh: fix a typo
2020-05-23 05:21:08 -05:00
Austin English
eea7cb4461
resources/InstallResources/packages/Package_Build_Instructions.txt: sort
2020-05-23 05:21:08 -05:00
Austin English
9680e986d7
scripts/InstallScripts/InstallPrawnOS.sh: only attempt to unmount if the device is mounted
...
This reduces unneeded noise to the console.
If there is problem, we already ignored anyway, because of `|| /bin/true`
2020-05-23 05:21:08 -05:00
Austin English
9d5dbaf846
scripts/InstallScripts/buildCrossystem.sh: move set inside the script
2020-05-23 05:21:08 -05:00
Austin English
d9b7a12c84
scripts/InstallScripts/InstallPrawnOS.sh: remove root_start is unused, remove it
2020-05-23 05:21:08 -05:00
Austin English
931b540fec
misc: TEST_PATCHES is unused, remove it
2020-05-23 05:21:08 -05:00
Hal Emmerich
56ecd4b18e
add deb.prawnos.com apt repo gpg key, add makefile upload
2020-05-22 18:24:19 -05:00
Hal Emmerich
0cc429acdb
handle package uploading
2020-05-22 17:25:47 -05:00
Hal Emmerich
238936fb39
More generic makefile for simple non-compliation package
2020-05-22 16:36:40 -05:00
Hal Emmerich
b2ce8eac5d
update compat, control. Make packaging gitignore
2020-05-22 16:21:29 -05:00
Hal Emmerich
aaf02f0641
package makefile
2020-05-22 15:37:12 -05:00
Hal Emmerich
a4fc3be0a5
Start packaging
...
package the source-code-pro font
2020-05-22 15:31:23 -05:00
SolidHal
1f90d0ebe0
Merge pull request #164 from austin987/clone
...
README.md: mention submodules when cloning
2020-05-19 17:06:51 -07:00
Austin English
24276b76c0
README.md: mention submodules when cloning
2020-05-19 18:43:38 -05:00
SolidHal
c630667ed3
Merge pull request #163 from austin987/deps
...
README.md: minor updates
2020-05-19 16:39:19 -07:00
Austin English
3c07fd620a
README.md: make dependencies a bit more readable
2020-05-19 18:34:58 -05:00
Austin English
b205b1db02
sync dependencies
2020-05-19 18:21:44 -05:00
SolidHal
680e6998d7
Merge pull request #161 from austin987/github-action
...
add github action for building image
2020-05-19 16:10:51 -07:00
Hal Emmerich
84bed1759b
Add some additional dependancies that debian docker images don't contain
2020-05-19 18:08:08 -05:00
Hal Emmerich
809d109245
Merge branch 'master' of github.com:SolidHal/PrawnOS
2020-05-19 18:07:02 -05:00
Hal Emmerich
1ea31a2de8
start documenting the APT repo
2020-05-19 18:06:38 -05:00
Austin English
349fdc5bfe
add github action
2020-05-19 17:31:23 -05:00
SolidHal
dc05dac672
Merge pull request #158 from austin987/submodule
...
.gitmodules: add missing file
2020-05-19 15:28:05 -07:00
SolidHal
eaaa94d9e2
Merge pull request #156 from austin987/fail-sooner
...
makefile: fix typo
2020-05-18 15:34:48 -07:00
Austin English
c6f459e525
.gitmodules: add missing file
2020-05-14 09:44:06 -05:00
Austin English
1a5f93e3fb
typo
2020-05-13 03:45:26 -05:00
SolidHal
25d53118d5
Merge pull request #154 from austin987/fail-sooner
...
Improve error handling when building
2020-05-11 16:42:49 -07:00
Austin English
913ee4d442
makefile: use $(MAKE) instead of make
2020-05-10 03:28:20 -05:00
Austin English
3c57f8e0ab
scripts: move sets out of shebang
...
The makefile calls the scripts with `bash -x ...`, which overrides the
shebang, so the -e is dropped.
2020-05-10 03:28:20 -05:00
Hal Emmerich
c1d0a3e621
remove the cmdline reference in initramfs, this isn't actually possible
...
added occur function for future use, as I found it useful while debugging
2020-04-29 19:03:46 -05:00