Skip to content

Remove GGobi 2.1.11-0 as 2.1.11-1 is already installed. #783

Merged
merged 1 commit into from
May 24, 2018

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented May 23, 2018

Tested on keineahnung.

Currently, GGobi is installed twice.

```
$ bee list ggobi
ggobi-2.1.11-0.x86_64
ggobi-2.1.11-1.x86_64
```

The latest version contains more plug-ins, and for whatever reason it
was force installed on the distmaster with instead of normally updating
the package, cf. commit f3ef128 (ggobi-2.1.11-1: recover beefile).

```
$ diff -u ggobi-2.1.11-0.bee ggobi-2.1.11-1.bee
--- ggobi-2.1.11-0.bee	2016-04-29 10:16:27.000000000 +0200
+++ ggobi-2.1.11-1.bee	2017-08-01 16:01:17.867683243 +0200
@@ -51,9 +51,9 @@
 #    bee_patch "${@}"
 #}

-#mee_configure() {
-#    bee_configure
-#}
+mee_configure() {
+    bee_configure --with-all-plugins
+}

 #mee_build() {
 #    bee_build
```

Therefore, remove the older revision.

Fixes: #782
@pmenzel
Copy link
Collaborator Author

pmenzel commented May 23, 2018

sudo bee remove ggobi-2.1.11-0.x86_64 left all the files in ggobi-2.1.11-1.x86_64 there, so no force install needed.

@wwwutz
Copy link
Collaborator

wwwutz commented May 24, 2018

LGTM

@wwwutz wwwutz merged commit 61899b2 into master May 24, 2018
@wwwutz
Copy link
Collaborator

wwwutz commented May 24, 2018

removed it.

@donald donald deleted the remove-ggobi-2.1.11-0 branch September 14, 2018 08:46
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants