aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-25 17:56:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-25 17:56:21 -0400
commit2deee6b4203e1f6234541264e744cc1e045d6dd5 (patch)
tree01ce917cc0edcffc14139f67a2bae0c4fb8a4339 /scripts
parentworld.conf: remove unnecessary python target. (diff)
downloadgrs-2deee6b4203e1f6234541264e744cc1e045d6dd5.tar.gz
grs-2deee6b4203e1f6234541264e744cc1e045d6dd5.tar.bz2
grs-2deee6b4203e1f6234541264e744cc1e045d6dd5.zip
Bring build steps in line with desktop-amd64-uclibc-hardened.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cycle.1.sh20
-rw-r--r--scripts/cycle.2.sh7
-rw-r--r--scripts/cycle.3.sh8
3 files changed, 24 insertions, 11 deletions
diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
index c542a02..bf4b708 100644
--- a/scripts/cycle.1.sh
+++ b/scripts/cycle.1.sh
@@ -1,11 +1,13 @@
#!/bin/bash -e
-source /etc/profile
-env-update
-emerge -b1q portage
-emerge -b1q =app-portage/grs-9999
-emerge --unmerge sys-fs/udev
-emerge -b1q sys-fs/eudev
-install-worldconf
-emerge -bevq --keep-going --with-bdeps=y @world
-clean-worldconf
+echo "Do nothing."
+
+# This is just here to sync up with the other desktops systems.
+# It just makes life easier when doing a 'git diff' between branches.
+# But if we were to do the same thing, it would be roughly this ...
+
+#source /etc/profile
+#env-update
+#emerge -b1q binutils
+#emerge -b1q gcc
+#emerge -b1q glibc
diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index 55ace98..c542a02 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -2,7 +2,10 @@
source /etc/profile
env-update
+emerge -b1q portage
+emerge -b1q =app-portage/grs-9999
+emerge --unmerge sys-fs/udev
+emerge -b1q sys-fs/eudev
install-worldconf
-emerge -buvNDq --keep-going --with-bdeps=y @world
+emerge -bevq --keep-going --with-bdeps=y @world
clean-worldconf
-emerge -bq @preserved-rebuild
diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh
new file mode 100644
index 0000000..55ace98
--- /dev/null
+++ b/scripts/cycle.3.sh
@@ -0,0 +1,8 @@
+#!/bin/bash -e
+
+source /etc/profile
+env-update
+install-worldconf
+emerge -buvNDq --keep-going --with-bdeps=y @world
+clean-worldconf
+emerge -bq @preserved-rebuild