More telling of good news than reporting a bug.

Just letting folks know that the latest branch - 7.x-1.0.6 - upgrades very cleanly for me and eliminates errors and warnings I was receiving when I first installed op this morning (entitycache, entity_l10n, boxes and a few others were throwing some ugly errors).

I just followed this process:

  1. git clone --recursive --branch 7.x-1.0.6 http://git.drupal.org/project/openpublish.git
  2. cd openpublish
  3. drush make build-openpublish.make openpublish --prepare-install
  4. Normal OP Install Process
  5. git add . && git commit -m 'clean install before upgrades'
  6. drush -y up --no-backup
  7. drush -y updatedb

**NOTE: DO NOT RUN THESE COMMANDS CASUALLY! Please make sure you read drush documentation and that you are aware of how risky this is. I would not recomend this at all on a production site without extensive testing, if using this approach at all. If the drush up process fails, you will get a PDO exception and potentially a corrupted database!***

As of this morning, code updates were available for:

apps
boxes
colorbox
date
entity
entity_autocomplete
features
node_reference_view_formatter
pathauto
token

drupal 7.12 > drupal 7.14

I dug around and tested as much as I could, and everything seems to be working wonderfully - better than on a clean install from the make!

I hope this is of help to anyone who might be getting off to a rough start with the still young but extremely promising OP for D7!

Comments

jec006’s picture

Status: Active » Fixed

Thank you for letting people know and helping out!

These updates (or most of them) should be in the new Alpha 9 :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Aleet’s picture

Status: Closed (fixed) » Active

Hello, I reopened this thread because of a question about step 4. Normal OP Install Process.
This is not a command. Please explain.

I get following response.

# Normal OP Install Process
-bash: Normal: command not found

I skipped that step and got the following response from step 5:

# git add . && git commit -m 'clean install before upgrades'

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <irfanped@s4-amsterdam.accountservergroup.com>) not allowed
rerooting’s picture

This is where you go to install.php and step through the site installer.

rerooting’s picture

Issue summary: View changes

gramattical fix

josephcheek’s picture

Status: Active » Fixed
josephcheek’s picture

Status: Fixed » Closed (fixed)