# Discourse still tracking master

**URL:** https://meta.discourse.org/t/discourse-still-tracking-master/26554
**Category:** Support
**Created:** [March 19, 2015, 11:16pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554 "2015-03-19T23:16:25Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![dbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dbm/32/86954_2.png) [@dbm](https://meta.discourse.org/u/dbm)
#### Post date: [March 19, 2015, 11:16pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/1 "2015-03-19T23:16:26Z")

</div>

I’ve edited my app.yml like this below;

![](https://global.discourse-cdn.com/meta/original/3X/7/e/7ec60a05eb6db93792fd4921bafc0629c5fc4b54.png)

and for some reason it’s still tracking master revision…

 ![](https://global.discourse-cdn.com/meta/original/3X/5/6/566a3a3989838f1f15cb097529d0bae845156e05.png) 

My question is, how to fix this? if its possible to fix it at all? Thanks

Edit; and yes i’ve rebuiled my containers many times.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 19, 2015, 11:27pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/2 "2015-03-19T23:27:16Z")

</div>

Did you reboot? Try rebooting. There is saved state.

We could probably get fancy and figure out which bit, exactly.. but just rebooting is easier 😉

---

<div class="post-metadata">

### Author: ![dbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dbm/32/86954_2.png) [@dbm](https://meta.discourse.org/u/dbm)
#### Post date: [March 19, 2015, 11:29pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/3 "2015-03-19T23:29:36Z")

</div>

Rebooting it as i type this, we will see the results but i dont believe that will help cause i have this issue for 1-2weeks. Was searching @ forums to find the answer… then i created this to see maybe someone have same issue.

Yep, still saying that i’m following master. 😑

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 19, 2015, 11:30pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/4 "2015-03-19T23:30:48Z")

</div>

Hmm, might be a bug indeed then. Try commenting out the line (to get the default, which is tests passed) and reboot. If you can confirm this, definitely recategorize as bug.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 19, 2015, 11:38pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/6 "2015-03-19T23:38:46Z")

</div>

?

its “tests-passed” not “tests passed”

bootstrap clearly failed there.

---

<div class="post-metadata">

### Author: ![dbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dbm/32/86954_2.png) [@dbm](https://meta.discourse.org/u/dbm)
#### Post date: [March 19, 2015, 11:48pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/7 "2015-03-19T23:48:21Z")

</div>

Yep, corrected it. Rebuilded it, rebooted it. Still tracking the Master 😑

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 19, 2015, 11:49pm UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/8 "2015-03-19T23:49:12Z")

</div>

as root

```plaintext
ssh-import-id sam-saffron

```

PM me ip address I will have a quick look

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 20, 2015, 12:01am UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/9 "2015-03-20T00:01:08Z")

</div>

```plaintext
cp -rT discourse-srpksi-i18n-kpn/ /var/www/discourse/

```

This should not be needed.

1. its the wrong way of doing things, instead submit the localizations or make a plugin
2. its changing discourse back to the master branch cause its copying `.git` incorrectly

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 20, 2015, 12:03am UTC](https://meta.discourse.org/t/discourse-still-tracking-master/26554/10 "2015-03-20T00:03:30Z")

</div>


