2013/11/22 Luís Pereira <luis.artur.pere...@gmail.com>
> what git version are you using ?
>
1.8.4.2
> what;s the result of git submodule status
>
Well.. I've deleted the repository since that post, and is now doing git
submodule foreach git pull, but if I do a new clone and then git submodule
init and git submodule update and git submodule status, right now I get
aaecf43e82e8877c7f22dd390432a24b8038a3af compton-conf (heads/master)
1ad4c8f1abe246d236a7aa98bdbcc6a2ddc55da8 libfm (1.1.0-838-g1ad4c8f)
76685eac1595be3f3debdc32c58fbdba2440ac07 liblxqt (heads/master)
9d5a1f79adf4c292a620e5abe39c871d5a27dca6 liblxqt-mount (heads/master)
f27fc3f980fda9c764b60b3693429d039bd58939 libqtxdg (heads/master)
a3676952d249d635f92b99115ad404ee86db77be libsysstat (heads/master)
3be76f7cfa0ff9473197026cb0f5285bf92e4757 libxdsettings (heads/master)
+4051799ce61f4aebc29d7b5824292e5472f56225 lximage-qt (heads/master)
+4623a1571b5340b7da12647e976ed82be83c8be0 lxinput-qt (heads/master)
c907e2fee6ec324408edbecdd894c3dee2c9a8fc lxmenu-data (heads/master)
d2b711e1f998880582e656c37322f56be4f6111e lxqt-about (heads/master)
bf6ac7208296190eff6bd50a34d097d7363c36db lxqt-appswitcher (heads/master)
31f69097ada673ccac4e55d8e2128680753c6c43 lxqt-common (heads/master)
23f097486d5ecd70aad4ddf4d3f666dc970b4e56 lxqt-config (heads/master)
2126d96ccf8fa3a2bd24afc5347cb598fd2e6b41 lxqt-globalkeys (heads/master)
561ba62e4c34e657198963983e8f1e4a99d8f0b9 lxqt-lightdm-greeter
(heads/master)
6ff2fe36757a9feb181f03f12e59f6aecdf7cfbf lxqt-notificationd (heads/master)
9191d8cdc2c136e5addd25225639c54474f49404 lxqt-openssh-askpass
(heads/master)
a43b2ff57edd1bed0a6475a59796812a628853b4 lxqt-panel (heads/master)
db4913d9c53936773b8f77df5dc64e22570b2c63 lxqt-policykit (heads/master)
fcf6f7dd9fb8e083bcd378193bd8e4618f1b672a lxqt-power (heads/master)
3f96402d9709da41232944a49fff99115e24822f lxqt-powermanagement
(heads/master)
f219a95e00e4fb198b96dca1e11263dd875880bd lxqt-qtplugin (heads/master)
186942a9bc7a284083a7303516d338528b233b4b lxqt-runner (heads/master)
48090addcd894c004135938d8fe15becaaafb02d lxrandr-qt (heads/master)
9d2a0cc93070e82d2ff3830872f9e3fb6cae26e3 lxsession (heads/master)
4f85644f8a0240369035f9ecdfec02ff7a91c0bb menu-cache (heads/master)
+7fb8a7ea41ff88573ae87747049b65727c788254 obconf-qt (heads/master)
+76f6d060e67ddfff6d778ab36dd88413f28a82a0 pcmanfm-qt (heads/master)
If I do
git submodule foreach git branch
I get:
Entering 'compton-conf'
* (detached from aaecf43)
master
Entering 'libfm'
* (detached from 1ad4c8f)
master
Entering 'liblxqt'
* (detached from 76685ea)
master
Entering 'liblxqt-mount'
* (detached from 9d5a1f7)
master
Entering 'libqtxdg'
* (detached from f27fc3f)
master
Entering 'libsysstat'
* (detached from a367695)
master
Entering 'libxdsettings'
* (detached from 3be76f7)
master
Entering 'lximage-qt'
* master
Entering 'lxinput-qt'
* master
Entering 'lxmenu-data'
* (detached from c907e2f)
master
Entering 'lxqt-about'
* (detached from d2b711e)
master
Entering 'lxqt-appswitcher'
* (detached from bf6ac72)
master
Entering 'lxqt-common'
* (detached from 31f6909)
master
Entering 'lxqt-config'
* (detached from 23f0974)
master
Entering 'lxqt-globalkeys'
* (detached from 2126d96)
master
Entering 'lxqt-lightdm-greeter'
* (detached from 561ba62)
master
Entering 'lxqt-notificationd'
* (detached from 6ff2fe3)
master
Entering 'lxqt-openssh-askpass'
* (detached from 9191d8c)
master
Entering 'lxqt-panel'
* (detached from a43b2ff)
master
Entering 'lxqt-policykit'
* (detached from db4913d)
master
Entering 'lxqt-power'
* (detached from fcf6f7d)
master
Entering 'lxqt-powermanagement'
* (detached from 3f96402)
master
Entering 'lxqt-qtplugin'
* (detached from f219a95)
master
Entering 'lxqt-runner'
* (detached from 186942a)
master
Entering 'lxrandr-qt'
* (detached from 48090ad)
master
Entering 'lxsession'
* (detached from 9d2a0cc)
master
Entering 'menu-cache'
* (detached from 4f85644)
master
Entering 'obconf-qt'
* master
Entering 'pcmanfm-qt'
* master
- but I think the fix is to run
git submodule foreach git update master
I am getting the hang of it now, I think. I avoid 'git submodule update'
but do 'git submodule foreach git pull'. That seems to behave more like
what I expect.
and what are the contents of the .gitmodules file ?
[submodule "libfm"]
path = libfm
url = https://github.com/lxde/libfm.git
branch = master
[submodule "menu-cache"]
path = menu-cache
url = https://github.com/lxde/menu-cache.git
branch = master
[submodule "liblxqt"]
path = liblxqt
url = https://github.com/lxde/liblxqt.git
branch = master
[submodule "libqtxdg"]
path = libqtxdg
url = https://github.com/lxde/libqtxdg.git
branch = master
[submodule "lxqt-about"]
path = lxqt-about
url = https://github.com/lxde/lxqt-about.git
branch = master
[submodule "lxsession"]
path = lxsession
url = https://github.com/lxde/lxsession.git
branch = master
[submodule "lxqt-powermanagement"]
path = lxqt-powermanagement
url = https://github.com/lxde/lxqt-powermanagement.git
branch = master
[submodule "pcmanfm-qt"]
path = pcmanfm-qt
url = https://github.com/lxde/pcmanfm-qt.git
branch = master
[submodule "libsysstat"]
path = libsysstat
url = https://github.com/lxde/libsysstat.git
branch = master
[submodule "liblxqt-mount"]
path = liblxqt-mount
url = https://github.com/lxde/liblxqt-mount.git
branch = master
[submodule "lxqt-runner"]
path = lxqt-runner
url = https://github.com/lxde/lxqt-runner.git
branch = master
[submodule "lxqt-power"]
path = lxqt-power
url = https://github.com/lxde/lxqt-power.git
branch = master
[submodule "lxqt-policykit"]
path = lxqt-policykit
url = https://github.com/lxde/lxqt-policykit.git
branch = master
[submodule "lxqt-panel"]
path = lxqt-panel
url = https://github.com/lxde/lxqt-panel.git
branch = master
[submodule "lxqt-openssh-askpass"]
path = lxqt-openssh-askpass
url = https://github.com/lxde/lxqt-openssh-askpass.git
branch = master
[submodule "lxqt-notificationd"]
path = lxqt-notificationd
url = https://github.com/lxde/lxqt-notificationd.git
branch = master
[submodule "lxqt-config"]
path = lxqt-config
url = https://github.com/lxde/lxqt-config.git
branch = master
[submodule "lxqt-appswitcher"]
path = lxqt-appswitcher
url = https://github.com/lxde/lxqt-appswitcher.git
branch = master
[submodule "obconf-qt"]
path = obconf-qt
url = https://github.com/lxde/obconf-qt.git
branch = master
[submodule "lximage-qt"]
path = lximage-qt
url = https://github.com/lxde/lximage-qt.git
branch = master
[submodule "lxrandr-qt"]
path = lxrandr-qt
url = https://github.com/lxde/lxrandr-qt.git
branch = master
[submodule "lxinput-qt"]
path = lxinput-qt
url = https://github.com/lxde/lxinput-qt.git
branch = master
[submodule "lxqt-globalkeys"]
path = lxqt-globalkeys
url = https://github.com/lxde/lxqt-globalkeys.git
branch = master
[submodule "lxqt-common"]
path = lxqt-common
url = https://github.com/lxde/lxqt-common.git
branch = master
[submodule "lxqt-lightdm-greeter"]
path = lxqt-lightdm-greeter
url = https://github.com/lxde/lxqt-lightdm-greeter.git
branch = master
[submodule "libxdsettings"]
path = libxdsettings
url = https://github.com/lxde/libxdsettings.git
branch = master
[submodule "compton-conf"]
path = compton-conf
url = https://github.com/lxde/compton-conf.git
branch = master
[submodule "lxmenu-data"]
path = lxmenu-data
url = https://github.com/lxde/lxmenu-data.git
branch = master
[submodule "lxqt-qtplugin"]
path = lxqt-qtplugin
url = https://github.com/lxde/lxqt-qtplugin.git
branch = master
br. Chr.
> --
> Luís Pereira
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Razor-qt" group.
> For more options, visit this group at
> http://groups.google.com/group/razor-qt?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Razor-qt" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to razor-qt+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list