mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 02:44:07 +00:00 
			
		
		
		
	Import patches-unapplied version 2.178 to ubuntu/saucy-proposed
Imported using git-ubuntu import.
Changelog parent: d970213ac485db420972717b92039dd702dc1054
New changelog entries:
  * Copying click packages to install search location instead of installing
    for a hardcoded user.
			
			
This commit is contained in:
		
							parent
							
								
									d970213ac4
								
							
						
					
					
						commit
						dbc0c8b1aa
					
				
							
								
								
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,10 @@
 | 
			
		||||
livecd-rootfs (2.178) saucy; urgency=low
 | 
			
		||||
 | 
			
		||||
  * Copying click packages to install search location instead of installing
 | 
			
		||||
    for a hardcoded user.
 | 
			
		||||
 | 
			
		||||
 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Mon, 26 Aug 2013 17:22:14 -0300
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.177) saucy; urgency=low
 | 
			
		||||
 | 
			
		||||
  * do not forcefully use the admin group on touch images. this group was
 | 
			
		||||
 | 
			
		||||
@ -6,11 +6,12 @@ echo "Setting up click packages"
 | 
			
		||||
 | 
			
		||||
click_uri=http://archive-team.internal/click_packages
 | 
			
		||||
click_list=$click_uri/click_list
 | 
			
		||||
click_dir=/usr/share/preinstalled/click
 | 
			
		||||
 | 
			
		||||
mkdir -p "$click_dir"
 | 
			
		||||
 | 
			
		||||
for package in $(wget -qO- "$click_list")
 | 
			
		||||
do
 | 
			
		||||
    echo "Setting up $package"
 | 
			
		||||
    wget --no-verbose -O "$package" "$click_uri"/"$package"
 | 
			
		||||
    click install --user=phablet --force-missing-framework "$package"
 | 
			
		||||
    rm "$package"
 | 
			
		||||
    wget --no-verbose -O "$click_dir"/"$package" "$click_uri"/"$package"
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user