Skip to content

Commit

Permalink
up_world: bye, paludis
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Mar 9, 2013
1 parent 348f88f commit c67057e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/up_world
@@ -1,8 +1,8 @@
#!/bin/sh -e #!/bin/sh -e


sudo cave resolve \ sudo emerge -vuDN @world \
--execute \ --keep-going \
--complete \ --jobs="$(($(nproc) + 1))" \
--continue-on-failure if-satisfied \ --with-bdeps=y \
world \ --complete-graph \
"$@" "$@"

0 comments on commit c67057e

Please sign in to comment.