Author Topic: make_package.sh  (Read 4378 times)

coley

  • Guru
  • ****
  • Posts: 492
    • View Profile
make_package.sh
« on: November 18, 2011, 03:40:50 pm »
My 8.10 setup imploded after the pollution of the sources.list and hasty upgrade!
So I've made the move to 10.04 and am gradually getting back to where I was.

I tried running make_package.sh in one of the packages in the src tree and I'm getting two errors:
"_Package_template" is missing so a cp command fails.
and "propagate.pl" is also missing so this also fails.

I've searched under my src tree and cannot find either - what am I missing?

thanks,
-Coley.

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: make_package.sh
« Reply #1 on: November 19, 2011, 02:25:52 pm »
what do you use make_package for?
* posde uses test-pkg.sh to make single packages after running a full built once.

coley

  • Guru
  • ****
  • Posts: 492
    • View Profile
Re: make_package.sh
« Reply #2 on: November 21, 2011, 12:26:44 pm »
Thanks possy.
Given the name of the script and its location I assumed it would do as it said :)
I will give test-pkg.sh a shot later.

-Coley.

coley

  • Guru
  • ****
  • Posts: 492
    • View Profile
Re: make_package.sh
« Reply #3 on: November 21, 2011, 04:24:33 pm »
what do you use make_package for?
* posde uses test-pkg.sh to make single packages after running a full built once.

This assumes having a builder env set up.
Is the 10.04 builder setup a lot different to 8.10? or does it follow more or less the wiki for 8.10

-Coley.

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: make_package.sh
« Reply #4 on: November 21, 2011, 07:42:38 pm »
follow the 810 and replace everything that you find containing the word intrepid with lucid, and 810 with 1004 ;)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: make_package.sh
« Reply #5 on: November 21, 2011, 09:17:06 pm »
in short, make_package.sh is a vestigial script, no longer used for anything.

-Thom